bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.16k stars 103 forks source link

Add --no-source-compression option to reduce compile time #581

Closed orisano closed 8 months ago

orisano commented 8 months ago

close #579

Description of the change

Add --no-source-compression option to reduce compile time

Why am I making this change?

ref: #579

Checklist

orisano commented 8 months ago

@jeffcharles I noticed that there is no way to determine externally whether the source code is compressed or not. I thought it would be better to compress at level 0 instead of not compressing.