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
How to run .wasmer binary with go? I tried wasmer.DeserializeModule() and it fails with incompatible binary: The provided bytes are not wasmer-universal.
Additional details
I want to embed a package distributed on wasmer.io and I noticed it's not just well-known wasm binary after tried running the binary with another wasm runtime. It's works with wasmer run but I could not run with go.
Summary
How to run .wasmer binary with go? I tried
wasmer.DeserializeModule()
and it fails withincompatible binary: The provided bytes are not wasmer-universal
.Additional details
I want to embed a package distributed on wasmer.io and I noticed it's not just well-known wasm binary after tried running the binary with another wasm runtime. It's works with
wasmer run
but I could not run with go.Reproduction
waasmer run
works:wasmer run cowsay-v0.3.0.wasmer hello
incompatible binary: The provided bytes are not wasmer-universal
The text was updated successfully, but these errors were encountered: