wasmtime-java icon indicating copy to clipboard operation
wasmtime-java copied to clipboard

Change all return slices to use multi-value for results

Open bluejekyll opened this issue 2 years ago • 0 comments

https://docs.wasmtime.dev/examples-rust-multi-value.html

This should cleanup a complex area right now in the Java to WASM bridge which requires a heap allocated reference type be passed into the function right now.

This would be one step towards supporting wit-bindgen

bluejekyll avatar Jan 03 '22 20:01 bluejekyll