Hi,
I'm trying to create a persistent v8 runtime where I can at any point take a snapshot of a running isolate.
I'm wondering what the limitations of SnapshotCreator are.
I have only seen it being used for creating startup snapshots.
Is it possible to call SnapshotCreator.CreateBlob() multiple times on the same instance?
I got a segfault when I tried that but I couldn't see anything the implies that it shouldn't be safe in the docs.
Also, is it possible to load modules during snapshot creation?
Thanks,
- Roey