-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crun +WASM:wasmer can't run wasix modules #1329
Comments
@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. |
@flouthoc is this still relevant? |
|
if anyone really cares, they can open a PR to add support for it. |
That sounds fair, then I guess we can close this for now. |
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: