Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ed7c0 commit d206d42Copy full SHA for d206d42
1 file changed
Platforms/emscripten/README.md
@@ -186,8 +186,8 @@ await createEmscriptenModule({
186
are not shipped. All other modules are bundled as pre-compiled
187
``pyc`` files.
188
- 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``.
+- Test modules are built by default. Use ``--disable-test-modules`` to disable
+ building test modules like ``_testcapi``.
191
192
## Detecting Emscripten builds
193
0 commit comments