Open daixiang0 opened 2 years ago
I have the same issue, i think it is a problem with the compiler because when i use wasm file from the repo all work fine, but when using the self-compiled file got the same error, I did all same as in the official repo instruction. I used tinygo.
Summary
I want to pass string value from Go to Wasmer and get return value in Go.
Additional details
I use below codes with
tinygo
to build wasm file:Then call
Upper
function in Go:Run Go:
I really do not find a good example to follow, please help me.