Hello! Is it possible to use WASI in addition to J...
# webassembly
l
Hello! Is it possible to use WASI in addition to JsFun, and if so, how does it work? Will it be possible to provide two different implementations in the same module one using WASM and other WASI? I would like to create a cli app and run it with wasmer/wasmtime, but also explore the possibility of run it or part of it on the browser
s
Hello! We don’t have a proper support for WASI-only runtimes yet. Current plan is to create two sub-platforms “JS” and “WASI” and be able to
expect
declarations with different
actual
for JS and WASI.