Open
Description
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