DenoDDeno
Powered by
rocketllR
Deno•3y ago•
1 reply
rocketll

Using `deno_emit` from Rust: building import graph

I'm trying to use
deno_emit
deno_emit
from Rust to bundle modules. I already evaluated these modules with
deno_runtime
deno_runtime
, is there any way to extract and use the module graph and transpiled code that was already built during evaluation? Or perhaps reuse
deno_core::ModuleLoader
deno_core::ModuleLoader
for
deno_graph::source::Loader
deno_graph::source::Loader
? I'm having a hard time figuring out how to use
deno_emit
deno_emit
and
deno_graph
deno_graph
from Rust, so I'm hoping there's an easier way to bundle code since I already evaluated the modules.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Deno Emit
slabcacheSslabcache / help
3y ago
Using deno_kv in rust?
Testersen™TTestersen™ / help
11mo ago
Call Rust function from Deno API
thomasmandorferTthomasmandorfer / help
2y ago