gh-148814: Fix an issue in Emscripten README (#148752)

Correct the description of the default state of test module compilation.
This commit is contained in:
Stan Ulbrych
2026-04-21 00:04:50 +01:00
committed by GitHub
parent f6ed7c0acb
commit d206d42834
+2 -2
View File
@@ -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