From c235654cba26a4f538256842cec8ff1fa9f22331 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:10:52 +0200 Subject: [PATCH] [3.14] gh-148814: Fix an issue in Emscripten README (GH-148752) (#148815) 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 c1fb1dd53567..82d338c7781c 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) -- 2.47.3