wasmerio / wasmer-go

🐹🕸️ WebAssembly runtime for Go
https://pkg.go.dev/github.com/wasmerio/wasmer-go
MIT License
2.82k stars 161 forks source link

Multi-value return support #392

Open dselans opened 1 year ago

dselans commented 1 year ago

Summary

Hi, thank you for wasmer! Does this lib support multi-value returns?

I saw a couple of other folks asking about this - my workaround until multi-value is available - return a memory ptr/loc and read until you hit a null terminator. 🤷