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
if I build the above Rust code as a wasm module with cargo build --target wasm32-wasi --release its image is successfully executed by crun.
if I build it with cargo wasix build --release the wasm container returns the error [libcrun:wasmer]: error getting WASI imports
Is it expected that crun +WASM:wasmer doesn't have wasix support yet?
The text was updated successfully, but these errors were encountered:
if I build the above Rust code as a wasm module with
cargo build --target wasm32-wasi --release
its image is successfully executed by crun.if I build it with
cargo wasix build --release
the wasm container returns the error[libcrun:wasmer]: error getting WASI imports
Is it expected that crun +WASM:wasmer doesn't have wasix support yet?
The text was updated successfully, but these errors were encountered: