DDeno•Created by kiako on 12/4/2024 in #help 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?