Skip to content

Running module with --enable-all fails but it runs successfully without it #5533

Open
@Arshia001

Description

@Arshia001

As per title. Discussion from Discord:

After some troubleshooting, I figured out that I just needed to remove --enable-all from my wasmer invocation.

# fails
wasmer run --enable-all poc-wasix-swift.wasm
error: No backends support the required features for the Wasm module. Feel free to open an issue at https://github.com/wasmerio/wasmer/issues
# Succeeds
# Using binary wasmer install, v6.0.0-beta.1
wasmer run poc-wasix-swift.wasm             
Hello World!

The module in question can be obtained from: https://discord.com/channels/1110300506942881873/1364367752277659688/1364621783449337938

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions