rylev / wepl

A repl for WebAssembly Components
Apache License 2.0
105 stars 7 forks source link

Support dump current snapshot #9

Open oovm opened 7 months ago

oovm commented 7 months ago

Since both linear memory and variables can be serialized and deserialized.

Is it possible to export all currently defined variables and functions as snapshots, and then directly import the snapshots for calculation?