mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
9ff468df73
This commit adds --target and --lite flags to deno compile subcommand. --target allows to cross-compile binary to different target architectures by fetching appropriate binary from remote server on first run. All downloaded binaries are stored in "$DENO_DIR/dl". --lite allows to use lite version of the runtime (ie. the one that doesn't contain built-in tooling like formatter or linter). |
||
---|---|---|
.. | ||
coverage.rs | ||
fmt.rs | ||
installer.rs | ||
lint.rs | ||
mod.rs | ||
repl.rs | ||
standalone.rs | ||
test_runner.rs | ||
upgrade.rs |