Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(compile): Do not checksum eszip content (denoland#23839)
Related: denoland/eszip#181 eszip < v0.69.0 hashes all its contents to ensure data integrity. This feature is not necessary in Deno CLI as the binary integrity guarantee is deemed an external responsibility (ie it is to be assumed that, if necessary, the compiled binary will be checksumed externally prior to being executed). eszip >= v0.69.0 no longer performs this checksum by default. This reduces the cold-start time of the compiled binaries, proportionally to their size.
- Loading branch information