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.