-
How to generate two js files: compressed and for reading with comments? |
Beta Was this translation helpful? Give feedback.
Answered by
sbc100
Apr 1, 2024
Replies: 2 comments 3 replies
-
You can use To get the maximum minification you would use |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sbc100 thanks! Is it possible to do without double running emscripten? I want to distribute a solution with wasm.js and wasm.min.js. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, we don't support that today. If you want to distribute two different versions of the same program you currently need to run at least the link step twice. Is there some reason you can't do this? Or does your like step take a very long time maybe/