From a3d49852c29f1722be45734893084d21b4fe61b1 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 21 Apr 2026 00:04:50 +0100 Subject: [PATCH] gh-148814: Fix an issue in Emscripten README (GH-148752) Correct the description of the default state of test module compilation. (cherry picked from commit d206d42834b2a34aee11b048357131371cf6947d) Co-authored-by: Stan Ulbrych --- Platforms/emscripten/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platforms/emscripten/README.md b/Platforms/emscripten/README.md index c1fb1dd5356771..82d338c7781c82 100644 --- a/Platforms/emscripten/README.md +++ b/Platforms/emscripten/README.md @@ -243,8 +243,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``. ## WASI (wasm32-wasi)