Starlight-JS / starlight

JS engine in Rust
https://teletype.in/@starlight-js
Mozilla Public License 2.0
509 stars 9 forks source link

context snapshot #96

Closed jameslahm closed 3 years ago

jameslahm commented 3 years ago

currently, the snapshot only for a single runtime with several contexts. We could implement snapshotting a single context for fast creating a single context with independent global_object and global_data. After #93, I'll work on this.

jameslahm commented 3 years ago

Close by #104