Closed kleash closed 5 years ago
Guessing here, but maybe the version of Wagon (used by Life for disassembling wasm) you have isn't matching what Life uses?
Life uses an older fork of Wagon, and some stuff has changed in the more recent versions.
If that's the case, you can adjust the version of Wagon you're using to match what Life needs. Then it would work. :smile:
It worked. Thank you :)
Awesome. :smile:
Hi,
I am facing this error while trying to call a wasm file from go code:
Snippet of go code:
Any pointers on what might have gone wrong would be appreciated.
Thanks