defims / wvwasi

A WebView with WASI may be the best containerized JS/WASM runtime that supports GUI and system APIs. wvwasi is it.
http://wvwasi.org
MIT License
5 stars 0 forks source link

Making the WASI implementation into a WASM component. #12

Open defims opened 1 year ago

defims commented 1 year ago

Is your feature request related to a problem? Please describe. The WebAssembly component model describes a generic component architecture that makes it easy for different components to call each other. Making the WASI implementation into a WASM component makes it easy to reference it on demand.

Describe the solution you'd like Making the WASI implementation into a WASM component.

Describe alternatives you've considered No

Additional context No