File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,10 @@ See docs/process.md for more on how version tagging works.
222
222
- The ` --minify=0 ` command line flag will now preserve comments as well as
223
223
whitespace. This means the resulting output can then be run though closure
224
224
compiler or some other tool that gives comments semantic meaning. (#20121 )
225
- - ` -sSTRICT ` now implies ` -sINCOMING_MODULE_API =[] ` which is generally good
225
+ - ` -sSTRICT ` now implies ` -sINCOMING_MODULE_JS_API =[] ` which is generally good
226
226
for code size. If you ` -sSTRICT ` you now need to be explicit about the
227
227
incoming module APIs you are supplying. Users who supply symbols on the
228
- incoming module but forget to include them in ` -sINCOMING_MODULE_API `
228
+ incoming module but forget to include them in ` -sINCOMING_MODULE_JS_API `
229
229
will see an error in debug builds so this change will not generate any
230
230
silent failures.
231
231
- JS library decorators such as ` __deps ` and ` __async ` are now type checked so
@@ -359,6 +359,7 @@ See docs/process.md for more on how version tagging works.
359
359
- stringToUTF8Array
360
360
- stringToUTF8
361
361
- lengthBytesUTF8
362
+
362
363
If you use any of these functions in your JS code you will now need to include
363
364
them explicitly in one of the following ways:
364
365
- Add them to a ` __deps ` entry in your JS library file (with leading $)
You can’t perform that action at this time.
0 commit comments