Zig => WASM
Closed this issue · 1 comments
fengb commented
May overlap / supersede #8
Zig has some recent progress with WASM tooling. Maybe it's easier to replace the Emscripten shell?
Edit: Zig is still missing libc for wasm. The C compiler in Zig is actually a bit easier to work with, so maybe it's possible to write some Zig shims. Or just port libc to Zig wasm.