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

Store/Load memory for a Wasm module #122

Open
mikevoronov opened this issue Sep 28, 2021 · 0 comments
Open

Store/Load memory for a Wasm module #122

mikevoronov opened this issue Sep 28, 2021 · 0 comments
Labels
A-core-runtime area: core runtime components C-feature category: a new feature request

Comments

@mikevoronov
Copy link
Member

mikevoronov commented Sep 28, 2021

Marine now can't dump/load Wasm module memory, but it's needed for several reasons:

  1. it'll allow not to persist the interpreter memory, but use fresh every time (see AquaVM panic handler aquavm#143)
  2. it'll allow dumping a service from a network to a local node for debugging and other purposes
@mikevoronov mikevoronov added C-feature category: a new feature request A-core-runtime area: core runtime components and removed enhancement labels Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core-runtime area: core runtime components C-feature category: a new feature request
Projects
None yet
Development

No branches or pull requests

2 participants