JSLinux Now Supports x86_64
bellard.org
JSLinux Now Supports x86_64
1–10 of 148 posts
Re: JSLinux Now Supports x86_64
#2Re: JSLinux Now Supports x86_64
#3For a more open-source version, check out container2wasm (which supports x86_64, riscv64, and AArch64 architectures): https://github.com/container2wasm/container2wasm
Re: JSLinux Now Supports x86_64
#4I've always been fascinated by this, but I have never known what it would be useful for. Does anyone know of any practical use cases?
Re: JSLinux Now Supports x86_64
#5I've always been fascinated by this, but I have never known what it would be useful for. Does anyone know of any practical use cases?
We have Windows PCs in the classroom.
Re: JSLinux Now Supports x86_64
#6I've always been fascinated by this, but I have never known what it would be useful for. Does anyone know of any practical use cases?
[1] For example:
https://www.ioccc.org/2020/yang/index.html#:~:text=tcc%200.9...
https://www.ioccc.org/2018/yang/index.html#:~:text=tcc%200.9...
Re: JSLinux Now Supports x86_64
#7I've always been fascinated by this, but I have never known what it would be useful for. Does anyone know of any practical use cases?
apk add nmap
nmap your.domain.com
However, the speed is heavily throttled. You can even use ssh and login to your own server.It can also be used as a very cheap way to provide a complete build environment on a single website, for example to teach C/C++. Or to learn the shell. You don't have to install anything.
Re: JSLinux Now Supports x86_64
#8Unfortunately, he didn't attach the source code for the 64-bit x86 emulation layer, or the config used to compile the hosted image. For a more open-source version, check out container2wasm (which supports x86_64, riscv64, and AArch64 architectures): https://github.com/container2wasm/container2wasm
Re: JSLinux Now Supports x86_64
#9Unfortunately, he didn't attach the source code for the 64-bit x86 emulation layer, or the config used to compile the hosted image. For a more open-source version, check out container2wasm (which supports x86_64, riscv64, and AArch64 architectures): https://github.com/container2wasm/container2wasm
https://github.com/copy/v86 might be a more 1:1 fully open sourced alternative.