orvit
orvit2y ago

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
bartlomieju
bartlomieju2y ago
you do that using OpState - it's a general purpose container that you can read from/write to in your ops