Embedding the latest version of deno with deno_runtime #32576
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
You need to use |
Beta Was this translation helpful? Give feedback.
-
|
To embed |
Beta Was this translation helpful? Give feedback.
-
|
When embedding Deno, make sure that all extension modules are successfully loaded by explicitly defining them in the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

You need to use
RuntimeOptions.extension_transpileroption becausedeno_telemetryships with TS source. You can use one from https://github.com/denoland/deno/blob/main/runtime/transpile.rs.