-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to parse GoLang WebAssembly module #161
Comments
Hi, @k33g, thanks a lot for the report! Thanks! |
@radu-matei I use |
Have you tried running with the I pasted your exact code into
Then I used the following [[module]]
module = "test.wasm"
route = "/" I ran it with: wagi -c modules.toml
No log_dir specified, using temporary directory /var/folders/rk/mkbs8vx12zs0gkm680h_gth00000gn/T/.tmpUebthv for logs
Ready: serving on 127.0.0.1:3000 And hitting it with
Version of TinyGo: $ tinygo version
tinygo version 0.22.0 darwin/amd64 (using go version go1.17.6 and LLVM version 13.0.0) |
@technosophos I will try, thanks 👍 |
Sorry @technosophos for the late delay
And everything is ok with the |
When loading a wasm GoLang module (build with TinyGo), I get this error:
I use wagi
v0.6.2
(and it works withv0.4.0
)My source code is:
The text was updated successfully, but these errors were encountered: