summaryrefslogtreecommitdiff
path: root/runtime/snapshot.rs
AgeCommit message (Expand)Author
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-17chore: bump deno_core (#22443)Matt Mastracci
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-06refactor: don't expose worker ops to user code (#22276)Bartek Iwańczuk
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-11fix(ext/node): basic vm.runInNewContext implementation (#21527)Divy Srivastava
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-04perf(node/fs): faster `existsSync` when not exists (#21458)David Sherret
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-14refactor: snapshot module for deno_runtime (#21162)Divy Srivastava