Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | refactor(core): remove force_op_registration and cleanup ↵ | Nayeem Rahman | |
JsRuntimeForSnapshot (#19353) Addresses https://github.com/denoland/deno/pull/19308#discussion_r1212248194. Removes force_op_registration as it is no longer necessary. | |||
2023-05-31 | feat(runtime): Add example for extension with ops (#19204) | Exidex | |
Spend quite some time trying to get this working. With proper example would have been a lot faster. So this is pr with the example. I also rearranged examples a little bit to allow for addition of more examples |