SlashScreen/ricket: An experimental WASM runtime for Plan 9(github.com)6 ポイント·投稿者 rcarmo·2 年前·1 コメントgithub.comSlashScreen/ricket: An experimental WASM runtime for Plan 9https://github.com/SlashScreen/ricket1 コメントコメントを投稿[–]euclaise·2 年前返信Neat. I've worked on some similar projects in the pastI have previously ported w2c2 to Plan 9 here: https://github.com/euclaise/w2c9It ran basic Rust code fine.I later managed to run C++ code without wasm, by (partially) porting musl and doing some linker hacking here: https://sr.ht/~euclaise/cross9/
I have previously ported w2c2 to Plan 9 here: https://github.com/euclaise/w2c9
It ran basic Rust code fine.
I later managed to run C++ code without wasm, by (partially) porting musl and doing some linker hacking here: https://sr.ht/~euclaise/cross9/