wasmerio/wasmer-go

Multi-value return support

dselans opened this issue · 0 comments

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. 🤷