-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No compiled main function from file called #212
Comments
Thanks for the report, but I believe the issue here is that you're ignoring the error from the |
I Will check it, however is there any guide or example to follow? |
The error was the one that you said:
How can i configure WASI?
And it continue to fail |
This isn't included in the documentation due to a bug but there's an example of WASI in the source. |
I am trying to run a program compiled into wasm from go. In Rust exists a guide for it, however, I have not found it in Go.
I have created the following hello.go file
And compile to
hello.wasm
using tiny go. Usingwasmtime hello.wasm
the correct output is expected.Now i want to call it from my go code:
With this code, no output is generated. Do you know how I can do it correctly?
The text was updated successfully, but these errors were encountered: