Skip to content

Commit d206d42

Browse files
gh-148814: Fix an issue in Emscripten README (#148752)
Correct the description of the default state of test module compilation.
1 parent f6ed7c0 commit d206d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Platforms/emscripten/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ await createEmscriptenModule({
186186
are not shipped. All other modules are bundled as pre-compiled
187187
``pyc`` files.
188188
- In-memory file system (MEMFS) is not persistent and limited.
189-
- Test modules are disabled by default. Use ``--enable-test-modules`` build
190-
test modules like ``_testcapi``.
189+
- Test modules are built by default. Use ``--disable-test-modules`` to disable
190+
building test modules like ``_testcapi``.
191191

192192
## Detecting Emscripten builds
193193

0 commit comments

Comments
 (0)