summaryrefslogtreecommitdiff
path: root/runtime/examples/hello_runtime.js
AgeCommit message (Collapse)Author
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-04-20chore: update copyright headers (#10243)Yoshiya Hinosawa
2020-12-13refactor: deno_runtime crate (#8640)Bartek IwaƄczuk
This commit moves Deno JS runtime, ops, permissions and inspector implementation to new "deno_runtime" crate located in "runtime/" directory. Details in "runtime/README.md". Co-authored-by: Ryan Dahl <ry@tinyclouds.org>