mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user