Skip to content

Commit

Permalink
Update docs relating to EM_JS and side modules (#20444)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Oct 16, 2023
1 parent c975fc7 commit 6300002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ See docs/process.md for more on how version tagging works.
with the new `__i53abi` decorator. When this is set to true, i64 values are
automatically converted to JS numbers (i53) at the JS boundary. Parameters
outside of the i53 will show up as NaN in the JS code (#19711)
- EM_JS functions are now supported in side modules (#19705)

3.1.42 - 06/22/23
-----------------
Expand Down Expand Up @@ -357,6 +358,7 @@ See docs/process.md for more on how version tagging works.
occupy linear memory at all. The default for `DEFAULT_PTHREAD_STACK_SIZE` was
also reduced from 2MB to 64KB to match.
- Improved error messages for writing custom JS libraries. (#18266)
- EM_ASM code is now supported in side modules (#18228)

3.1.26 - 11/17/22
-----------------
Expand Down
5 changes: 2 additions & 3 deletions site/source/docs/compiling/Dynamic-Linking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,8 @@ Limitations
``file_packager.py``) to make Emscripten compile them on startup
`[doc] <https://emscripten.org/docs/porting/files/packaging_files.html#preloading-files>`__
`[discuss] <https://groups.google.com/forum/#!topic/emscripten-discuss/cE3hUV3fDSw>`__.
- ``EM_ASM`` code defined within side modules depends on ``eval`` support are
is therefore incompatible with ``-sDYNAMIC_EXECUTION=0``.
- ``EM_JS`` functions defined in side modules are not yet supported.
- ``EM_ASM`` and ``EM_JS`` code defined within side modules depends on ``eval``
support and are therefore incompatible with ``-sDYNAMIC_EXECUTION=0``.


Pthreads support
Expand Down

0 comments on commit 6300002

Please sign in to comment.