bartlomieju
where does `deno compile` place the V8 code cache?
The things in
~/.cache/deno
are regular Deno caches for things like module analysis, they are not required for deno compile
binaries.
Try compiling with deno compile --log-level debug
- there will be some information if cache was used or rejected for some reason5 replies
where does `deno compile` place the V8 code cache?
It's in a temp directory, you might want to follow https://github.com/denoland/deno/issues/26980
5 replies
Dynamic import at compile time
@RogueMan Xmas came early this year: https://deno.com/blog/v2.1#embed-assets-files-in-deno-compile
20 replies