I want to load the .wasm file directly. Then get the data by address and length, I didn't find any documentation or examples for that. I hope I can get your help. And I'm still confused about how rust returns strings without using wasi. Because I found that rust does not support multiple value return. So what should I do if I want to get both the address and the length of the string
I want to load the .wasm file directly. Then get the data by address and length, I didn't find any documentation or examples for that. I hope I can get your help. And I'm still confused about how rust returns strings without using wasi. Because I found that rust does not support multiple value return. So what should I do if I want to get both the address and the length of the string