summaryrefslogtreecommitdiff
path: root/runtime/build.rs
AgeCommit message (Expand)Author
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-10feat: add WebStorage API (#7819)crowlKats
2021-04-30refactor(core): initialize extensions in runtime constructor (#10421)Aaron O'Mullan
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-14refactor: move timers to deno_timers op crate (#10179)Ben Noordhuis
2021-04-06refactor: add deno_file op crate (#10019)Luca Casonato
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-03-12chore: split web op crate (#9635)Luca Casonato
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-06refactor: move WebSocket API to an op_crate (#9026)Luca Casonato
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman
2020-12-14Revert "build: Factor out common code into core/build_util.rs (#8756)" (#8763)Bartek Iwańczuk
2020-12-14fix: docs.rs detection (#8755)Ryan Dahl
2020-12-14build: Factor out common code into core/build_util.rs (#8756)Ryan Dahl
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk