netpipe
May 31, 2022
was wondering if its possible to compile and launch unix kernel using tcc (tiny c compiler) (depends if it can do inline asm)with -run commandline option or if it would be better to try and compile it using traditional tools like gcc and make a wasm file out of it. https://github.com/kungfooman/tcc-for-emscripten https://ja.nsommer.dk/articles/linux-and-tiny-c-compiler-in-the-browser-part-one.html