xphung / plan9_webasm

WebAssembly port of Plan9 (fourth edition) libraries, device drivers, file systems and Inferno kernel
MIT License
18 stars 2 forks source link

plan9_webasm

WebAssembly port of Plan9 C libraries, devices, filesystems, compiler, command line tools and Inferno kernel. (I believe this is first Unix-derived operating system to be ported to WebAssembly!)

musl (C library subset) and syscall stubs into Inferno kernel also being ported.

Top level source directories are now:

Expects to have musl 1.1.20 in ./musl

WebAssembly specific files in ./wasm/musl tree overrides corresponding source file in ./musl tree

Likewise ./wasm/sys overrides corresponding source file in ./sys tree