interact with deno Extension at runtime
Is there any way to interact with an extension at code execution? I need to pass a pointer from my runtime implementation to a custom extension, but I'm not sure how to manage that.
1 Reply
you do that using
OpState
- it's a general purpose container that you can read from/write to in your ops