Open
Description
Does wasm-pack support building for the new wasm32-wasi
target instead of wasm32-unknown-unknown
?
I have a project configured to use wasm-pack for wasm32-unknown-unknown, would like to switch to wasm32-wasi, wondering if I have to change the build tool, or if this is not supported and if there is a possibility it may in the future.
I tried wasm-pack build --target wasm32-wasi
but this option specifies something else:
-t, --target <target> Sets the target environment. [possible values: browser, nodejs, web, no-modules]
[default: browser]
Couldn't find any mention of "wasi" in this repository.
Background: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-intro.md