Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Platforms/emscripten/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ await createEmscriptenModule({
are not shipped. All other modules are bundled as pre-compiled
``pyc`` files.
- In-memory file system (MEMFS) is not persistent and limited.
- Test modules are disabled by default. Use ``--enable-test-modules`` build
test modules like ``_testcapi``.
- Test modules are built by default. Use ``--disable-test-modules`` to disable
building test modules like ``_testcapi``.

## Detecting Emscripten builds

Expand Down
Loading