Is there any example of how to add custom ops or rust implemented modules to deno? #29665
Replies: 1 comment
-
You can either follow what it happening the places you pointed out (they contain comments where else it should be updated), or just do it in every place you create a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have read some code in deno/ext/ dir, but there are many places do registration. For example, the deno/runtime/workers.rs, snapshot[_info].rs. So what is the guide line for how to add a custom ops like this?
Beta Was this translation helpful? Give feedback.
All reactions