Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno compile --include of large files causes executable to break #28285

Open
RickeyWard opened this issue Feb 24, 2025 · 0 comments
Open

Deno compile --include of large files causes executable to break #28285

RickeyWard opened this issue Feb 24, 2025 · 0 comments

Comments

@RickeyWard
Copy link

RickeyWard commented Feb 24, 2025

deno 2.2.1 (stable, release, x86_64-pc-windows-msvc)
v8 13.4.114.9-rusty
typescript 5.7.3

--also t ried
deno 2.2.0 (stable, release, x86_64-pc-windows-msvc)
v8 13.4.114.9-rusty
typescript 5.7.3

Using a large zip as an included file 2.9gb in this case causes the resulting executable to no longer run

Image

the same ts file (just a console.log("hello!"); works fine without the large file

Image

1.2Gb worked, 2.14GB failed

--motivation:
I wanted to use deno to create a self contained extractable installer for a large project, worked for small files not for large ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant