#less compile size
10 messages · Page 1 of 1 (latest)
no. deno compile creates an executable with a full deno binary and your code appended to the end of the file.
This is currently the minimum deno size until a major optimization, you may try deno bundle to get pretty small JS + WASM file.
i have only console.log