denoland / deno_emit

Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
https://jsr.io/@deno/emit
MIT License
225 stars 23 forks source link

Any way to reduce the .wasm file size by a small amount? #60

Open johnspurlock opened 2 years ago

johnspurlock commented 2 years ago

I'm experimenting with running the wasm in a constrained environment, and it's very close to fitting, just need a small (~3 to 5%) reduction in the size of the wasm.

Would this be possible?

Thanks, - John