1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/standalone
David Sherret c2e9c8cce5
fix(compile): write bytes directly to output file (#18777)
1. Adds cli/standalone folder
2. Writes the bytes directly to the output file. When adding npm
packages this might get quite large, so let's not keep the final output
in memory just in case.
2023-04-19 21:50:56 +00:00
..
binary.rs fix(compile): write bytes directly to output file (#18777) 2023-04-19 21:50:56 +00:00
mod.rs fix(compile): write bytes directly to output file (#18777) 2023-04-19 21:50:56 +00:00