Merged
Conversation
d10469f to
d25ad8a
Compare
Collaborator
Author
|
Updated this to rely on html-minifier-terser, in PR #9990, which should land first. |
kripken
approved these changes
Dec 10, 2019
…NIMAL_RUNTIME, and add support for --separate-asm, MODULARIZE and ALLOW_MEMORY_GROWTH with MINIMAL_RUNTIME.
…ate to a better minifier, but needs one installed alongside the repository)
e6789bc to
c87dd85
Compare
c87dd85 to
9f877d8
Compare
Collaborator
Author
|
This will temporarily regress minimal runtime code size until PR #9990 lands with a fix in html-minifier-terser. But landing already now since I need to get going with the followup to this PR. |
belraquib
pushed a commit
to belraquib/emscripten
that referenced
this pull request
Dec 23, 2020
* Complete migration of stack overflow checks to library function in MINIMAL_RUNTIME, and add support for --separate-asm, MODULARIZE and ALLOW_MEMORY_GROWTH with MINIMAL_RUNTIME. * Use acorn-optimizer to minify <script> tags in .html code (TODO: Migrate to a better minifier, but needs one installed alongside the repository) * Remove manual JS code minification in HTML5, to use html-minifier-terser in PR emscripten-core#9990. * Update minimal_runtime test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete migration of stack overflow checks to library function in MINIMAL_RUNTIME, and add support for --separate-asm, MODULARIZE and ALLOW_MEMORY_GROWTH with MINIMAL_RUNTIME.