component-model
component-model copied to clipboard
an example of a function with a return type of string
I am using Rust to develop a vscode plugin based on Wasm, but when the function return type is string, JavaScript always fails to receive results. May I ask if there is an example of a function with a return type of string that you can refer to
This question might be better suited for https://github.com/bytecodealliance/jco/ ? That project helps you run Wasm components in JavaScript host runtimes.