Open hyukudan opened 2 years ago
@asiaziola , can you please take a look? I belive the integration tests for Go in our warp sdk repo work correctly...
Also, I'm not sure whether we should continue to support the Go version...Go's implementation of WASM is rather weird + issues with binary size on a standard go compiler + issues with basic features (like serialization - https://github.com/tinygo-org/tinygo/issues/447) on a tinygo compiler...
I've been having problems deploying the Go template, without making any change to the source code and fully following the tutorial to test it. I cloned the repositories, installed the dependencies indicated in the readme (go 1.17, I also tried with go 1.17.13 and had the same problem, and Tinygo 0.25.0).
The code compiles without any error, same with generate, but I'm not able to deploy (tried both in local and testnet) after following what is written down, and it seems to come from wasm2json.