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
I'm working on incorporating go-wasm3 into my project, compiled on an arm64 board. go build claims the m3.a file is "incompatible". Is this a supported platform for go-wasm3?
cd src/gluon; go build -o ../../bin/
# github.com/matiasinsaurralde/go-wasm3
/usr/bin/ld: skipping incompatible /home/donp/go/pkg/mod/github.com/matiasinsaurralde/go-wasm3@v0.0.0-20200430145938-3a21e6ba62e7/lib/linux/libm3.a when searching for -lm3
/usr/bin/ld: cannot find -lm3
the board is a Pine64 (Allwinner A64 CPU) and the OS is Armbian (ARM Port) of Ubuntu 18.04.
The text was updated successfully, but these errors were encountered:
I'm working on incorporating go-wasm3 into my project, compiled on an arm64 board. go build claims the m3.a file is "incompatible". Is this a supported platform for go-wasm3?
the board is a Pine64 (Allwinner A64 CPU) and the OS is Armbian (ARM Port) of Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: