File tree 2 files changed +4
-3
lines changed
site/source/docs/compiling 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ See docs/process.md for more on how version tagging works.
112
112
with the new ` __i53abi ` decorator. When this is set to true, i64 values are
113
113
automatically converted to JS numbers (i53) at the JS boundary. Parameters
114
114
outside of the i53 will show up as NaN in the JS code (#19711 )
115
+ - EM_JS functions are now supported in side modules (#19705 )
115
116
116
117
3.1.42 - 06/22/23
117
118
-----------------
@@ -357,6 +358,7 @@ See docs/process.md for more on how version tagging works.
357
358
occupy linear memory at all. The default for ` DEFAULT_PTHREAD_STACK_SIZE ` was
358
359
also reduced from 2MB to 64KB to match.
359
360
- Improved error messages for writing custom JS libraries. (#18266 )
361
+ - EM_ASM code is now supported in side modules (#18228 )
360
362
361
363
3.1.26 - 11/17/22
362
364
-----------------
Original file line number Diff line number Diff line change @@ -211,9 +211,8 @@ Limitations
211
211
``file_packager.py ``) to make Emscripten compile them on startup
212
212
`[doc] <https://emscripten.org/docs/porting/files/packaging_files.html#preloading-files >`__
213
213
`[discuss] <https://groups.google.com/forum/#!topic/emscripten-discuss/cE3hUV3fDSw >`__.
214
- - ``EM_ASM `` code defined within side modules depends on ``eval `` support are
215
- is therefore incompatible with ``-sDYNAMIC_EXECUTION=0 ``.
216
- - ``EM_JS `` functions defined in side modules are not yet supported.
214
+ - ``EM_ASM `` and ``EM_JS `` code defined within side modules depends on ``eval ``
215
+ support are is therefore incompatible with ``-sDYNAMIC_EXECUTION=0 ``.
217
216
218
217
219
218
Pthreads support
You can’t perform that action at this time.
0 commit comments