deno/cli/tools
Bartek Iwańczuk 9ff468df73
feat: Standalone lite binaries and cross compilation (#9141)
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).
2021-01-19 03:40:22 +01:00
..
coverage.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
fmt.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
installer.rs fix(installer): remove redundant clone (#9098) 2021-01-12 13:55:09 +01:00
lint.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
mod.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
repl.rs Remove unnecessary boxing of tokio::time::Sleep (#9105) 2021-01-13 10:55:28 -08:00
standalone.rs feat: Standalone lite binaries and cross compilation (#9141) 2021-01-19 03:40:22 +01:00
test_runner.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
upgrade.rs feat: Standalone lite binaries and cross compilation (#9141) 2021-01-19 03:40:22 +01:00