You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing a JSKit linked binary by carton test, it always requires --environment defaultBrowser even if the binary doesn't use JS related features at all while testing.
It's also useful to make WASI-less binary from current our WASI binaries.
There is a similar tool in Rust community, but it would be useful to implement it here for carton integration. https://github.com/rustwasm/wasm-snip
The text was updated successfully, but these errors were encountered:
When testing a JSKit linked binary by
carton test
, it always requires--environment defaultBrowser
even if the binary doesn't use JS related features at all while testing.It's also useful to make WASI-less binary from current our WASI binaries.
There is a similar tool in Rust community, but it would be useful to implement it here for carton integration.
https://github.com/rustwasm/wasm-snip
The text was updated successfully, but these errors were encountered: