diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-01-19 03:40:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 03:40:22 +0100 |
commit | 9ff468df730e330370d90b33db5b2cfc0f508601 (patch) | |
tree | 2b41a41f1057143f0cf3bb472c6107f5c845f755 /test_util/src | |
parent | b12afdb89a989e7d78389bd5289488d86202bb4e (diff) |
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).
Diffstat (limited to 'test_util/src')
0 files changed, 0 insertions, 0 deletions