You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that "deno_runtime" crate has landed we should add new CI stage that would produce "lite" version of binary that could be used for the purposes of "deno compile" subcommand. This lite binary should use only FsModuleLoader or EmbeddedModuleLoader in case of self-contained binary. It's likely that some code from cli/standalone.rs would have to be moved to runtime/.
Now that "deno_runtime" crate has landed we should add new CI stage that would produce "lite" version of binary that could be used for the purposes of "deno compile" subcommand. This lite binary should use only
FsModuleLoader
orEmbeddedModuleLoader
in case of self-contained binary. It's likely that some code fromcli/standalone.rs
would have to be moved toruntime/
.CC @lucacasonato
The text was updated successfully, but these errors were encountered: