summaryrefslogtreecommitdiff
path: root/runtime/examples/hello_runtime.rs
AgeCommit message (Expand)Author
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-03-01fix(runtime): disable console color for non tty stdout (#13782)Antonio Musolino
2022-02-11compat: support --compat in web workers (#13629)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-08feat(runtime): allow passing extensions via Worker options (#12362)Aaron O'Mullan
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan
2021-09-29feat: support serializing `WebAssembly.Module` objects (#12140)Andreu Botella
2021-09-18fix(core): prevent multiple main module loading (#12128)Bartek Iwańczuk
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-10refactor: --unsafely-ignore-certificate-errors (#11629)Bartek Iwańczuk
2021-08-09feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...TheAifam5
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-07-29feat(runtime): implement navigator.hardwareConcurrency (#11448)Divy Srivastava
2021-07-06feat: support SharedArrayBuffer sharing between workers (#11040)Luca Casonato
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-06-21refactor(core): always attach inspector to isolate (#11042)Bartek Iwańczuk
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-05-27feat(cli): add origin data dir to deno info (#10589)crowlKats
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-10feat: add WebStorage API (#7819)crowlKats
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-01-11chore: update copyright year (#9094)Yoshiya Hinosawa
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk