crun
crun copied to clipboard
crun +WASM:wasmer can't run wasix modules
fn main() {
println!("Hello, world!");
}
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?
@flouthoc PTAL
Recently wasmer handler was modified to use new API but let me very this again. Thanks for creating the issue. I'll check this.