kiakoK
Denoโ€ข14mo agoโ€ข
1 reply
kiako

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?
Was this page helpful?