Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing into the import memory of a wasm module #66

Open
darksmo opened this issue Apr 20, 2022 · 1 comment
Open

Writing into the import memory of a wasm module #66

darksmo opened this issue Apr 20, 2022 · 1 comment
Labels
❓ question Further information is requested

Comments

@darksmo
Copy link

darksmo commented Apr 20, 2022

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 darksmo added the ❓ question Further information is requested label Apr 20, 2022
@darksmo
Copy link
Author

darksmo commented Apr 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓ question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant