Minimal Linux on WebAssembly with Alpine and Cartesi Machine (64-bit RISC-V CPU emulator).
Website: https://eliot-akira.github.io/minux/
Build machine.
cd machine-emulator
make install PREFIX="$(realpath ../cartesi)"
cd ..Builld operating system as WebAssembly binary.
makeRun machine.
./run- Web Cartesi Machine
- Cartesi Machine Emulator Wiki
- Image builders for Linux Kernel and RootFS
- The Core of Cartesi (PDF)
