deno_core icon indicating copy to clipboard operation
deno_core copied to clipboard

feat: Allow to serialize source files into a snapshot

Open bartlomieju opened this issue 4 months ago • 0 comments

This commit changes snapshotting methods to allow to serde source files.

The pointers to these source files are passed to V8, but we currently don't use this functionality. I'll try to implement that before landing this PR.

bartlomieju avatar Feb 24 '24 23:02 bartlomieju