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
The author seems to have abandoned it. I checked out the code and its pretty nicely written. The implementation is a bit outdated since this package hasn't been updated in three years hence the errors. I know you're working on a go2cpp project and this would help in the long run if maintained.
People just need to know about it and we'll have a community to maintain it.
A Wasm parser is nice package to have anyways.
I prepared this Go file
and compiled it as Wasm (
GOOS=js GOARCH=wasm go build -o helloworld.wasm main.go
). I found the error when passing this wasm file toParse
.[0x1321e3] parse section: entry 16715: read data section offset initializer: EOF
My Go version is 1.14.
Thanks!
The text was updated successfully, but these errors were encountered: