wasmer-java
wasmer-java copied to clipboard
Writing into the import memory of a wasm module
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.
I noticed issue #46 is related. I'm trying to call a function that takes a C char* argument.