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
Compiler: llvm
Target: x86_64-unknown-linux-gnu
Using path `/home/marcin/projects/cowsay/wasmer-linux-amd64/lib/libwasmer-headless.a` as libwasmer path.
✔ Native executable compiled successfully to `cowsay.exe`.
When run:
marcin@marcin-thinkpad:~/projects/cowsay$ ./cowsay.exe asdf
Failed to create module from atom "cowsay"
Error len: `65`
incompatible binary: The provided bytes are not wasmer-universal
Additional context
If --cranelift switch is passed instead of --llvm then the program runs in a correct way.
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried to create a native binary from cowsay example. It does not work when
--llvm
switch is passed.Version:
On ubuntu 22.04. Wasmer installed according to instructions
Steps to reproduce
Note that because of #5281 I'm using
--target
switchWhen run:
Additional context
If
--cranelift
switch is passed instead of--llvm
then the program runs in a correct way.The text was updated successfully, but these errors were encountered: