Stream: wasmtime

Topic: Example of saving program state and continuing execution


view this post on Zulip Anatolii Smolianinov (Dec 17 2024 at 15:02):

Hello! Could you point me to examples (if any) and relevant documentation on the topic. I was thinking about continuing execution in a context of distributed environment: e.g. if you start a program, then it pauses, waits for some results asynchronously and then continues execution -- maybe on another machine, restoring its state from some sort of shared data storage. Thanks!


Last updated: Dec 23 2024 at 14:03 UTC