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
Huh, OK I think that last comment can more or less be disregarded (although it may be relevant if/when tinygo wants to update their fixed version of wasm-bindgen-go).
Instead, I managed to get this working by using tinygo build -target=wasip2 -o add.wasm -wit-package wit -wit-world adder main.go instead (note -wit-package wit instead of -wit-package wit/add.wit).
Hi team, I am trying to follow this tutorial:https://component-model.bytecodealliance.org/language-support/go.html#4-build-the-component,
However I failed to build:
The text was updated successfully, but these errors were encountered: