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
Seems there's a few
Rc
s actually preventing this.