ruby / ruby.wasm

ruby.wasm is a collection of WebAssembly ports of the CRuby.
https://ruby.github.io/ruby.wasm/
MIT License
671 stars 53 forks source link

In-browser WASI implementation #209

Closed kateinoigakukun closed 9 months ago

kateinoigakukun commented 1 year ago

There are a couple of implementations for WASI. I wonder if we can have a better quality and smaller implementation than the current one (wasmer/wasi).

kateinoigakukun commented 10 months ago

https://github.com/bjorn3/browser_wasi_shim seems working well. After a new release including https://github.com/bjorn3/browser_wasi_shim/pull/51 is published, it would be a good candidate to be built in.