We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
the same ts file (just a console.log("hello!"); works fine without the large file
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
the same ts file (just a console.log("hello!"); works fine without the large file
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.
The text was updated successfully, but these errors were encountered: