Closed elvus closed 4 years ago
Thanks for the report, I've prepared a different library build to see if it fixes the issue: https://github.com/matiasinsaurralde/go-wasm3/tree/disable-optimizations
To try it out:
$ cd $GOPATH/src/github.com/matiasinsaurralde/go-wasm3
$ git pull
$ git checkout disable-optimizations
$ cd examples/sum
$ go run sum.go
Also please confirm which samples are failing (from the log you've shared it seems boa
is particularly failing?), if you have time to try a few and report back it would be great! You may also run the test script:
$ cd $GOPATH/src/github.com/matiasinsaurralde
$ go test -v ./...
Doesn't work for me. Same error
Fixed in 80653c62fe97364fe7a32f796f8e37de8b3a3087
Go Version:
go1.13.6 linux/amd64
CPU /Architecture/S.O
Aspire-E1-531 5.3.0-26-generic #28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux