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

Writing into the import memory of a wasm module

Open darksmo opened this issue 4 years ago • 1 comments

Summary

Is it currently possible to access and write into the import memory of a wasm module?

Additional details

I would like to run a wasm module which exports a function that reads from the import memory (env.memory). Is this supported currently? If yes it would be good to see an example or a test.

darksmo avatar Apr 20 '22 14:04 darksmo

I noticed issue #46 is related. I'm trying to call a function that takes a C char* argument.

darksmo avatar Apr 20 '22 20:04 darksmo