kiako
kiako3mo ago

Using JsRuntime in an async context

Hiya! I'm trying to use deno_core::JsRuntime in an async block, but I'm running into issues as the module loader of RuntimeOptions is wrapped in an Rc. Would anyone know a way to get around this, while still being able to load modules from the filesystem?
1 Reply
kiako
kiakoOP3mo ago
Seems there's a few Rcs actually preventing this.

Did you find this page helpful?