summaryrefslogtreecommitdiff
path: root/core/examples/hello_world.rs
AgeCommit message (Expand)Author
2022-03-16feat(ops): optional OpState (#13954)Aaron O'Mullan
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-29cleanup(core): use Extensions to register ops (#13224)Aaron O'Mullan
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek IwaƄczuk
2021-05-15cleanup(core/example/hello_world): use Deno.core.print instead of new op (#10...Aaron O'Mullan
2021-05-06refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...Aaron O'Mullan
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
2021-04-21refactor(core): simplify error handling (#10297)Aaron O'Mullan
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-02-13refactor(core): Strongly typed deserialization of JSON ops (#9423)Jared Beller
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-09-23Add example for deno_core (#7611)Valentin Anger