mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 18:17:48 -05:00
3a55b67815
Enhances the deno compile workflow for denort development by automatically checking for a denort binary in the same directory as the deno binary, provided both are located within a target/ directory. If found, this denort binary will be used. Key points: - The DENORT_BIN environment variable remains supported for explicitly specifying a custom denort binary path. - Includes additional logic to verify if the deno binary is a symlink pointing to an executable in the target/ directory. --------- Signed-off-by: Ian Bull <irbull@gmail.com> |
||
---|---|---|
.. | ||
binary.rs | ||
code_cache.rs | ||
file_system.rs | ||
mod.rs | ||
serialization.rs | ||
virtual_fs.rs |