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 doesn't support executable compressors such as UPX. #16069

Open
mljsimone opened this issue Sep 28, 2022 · 0 comments
Open

Deno doesn't support executable compressors such as UPX. #16069

mljsimone opened this issue Sep 28, 2022 · 0 comments

Comments

@mljsimone
Copy link

mljsimone commented Sep 28, 2022

I tried to compress a 106M hello world with UPX and then the resulting binary enters directly into the REPL.

Instructions to reproduce it on Ubuntu:

sudo apt install upx-ucl
echo 'console.log("Hello");' > test.ts
deno compile test.ts
upx -9 test

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