Skip to content

Commit 20b454d

Browse files
[3.14] Fix typo in Tools/wasm/README.md (GH-142426) (GH-142429)
Fix typo in `Tools/wasm/README.md` (GH-142426) (cherry picked from commit 719d796) Co-authored-by: Stan Ulbrych <[email protected]>
1 parent caba09c commit 20b454d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/wasm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ await createEmscriptenModule({
226226
e.g. ``ctypes``, ``readline``, ``ssl``, and more.
227227
- Shared extension modules are not implemented yet. All extension modules
228228
are statically linked into the main binary. The experimental configure
229-
option ``--enable-wasm-dynamic-linking`` enables dynamic extensions
230-
supports. It's currently known to crash in combination with threading.
229+
option ``--enable-wasm-dynamic-linking`` enables dynamic extension
230+
support. It's currently known to crash in combination with threading.
231231
- glibc extensions for date and time formatting are not available.
232232
- ``locales`` module is affected by musl libc issues,
233233
[gh-90548](https://github.com/python/cpython/issues/90548).

0 commit comments

Comments
 (0)