Skip to content

Commit 719d796

Browse files
Fix typo in Tools/wasm/README.md (#142426)
1 parent 80c2c2d commit 719d796

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
@@ -172,8 +172,8 @@ await createEmscriptenModule({
172172
e.g. ``ctypes``, ``readline``, ``ssl``, and more.
173173
- Shared extension modules are not implemented yet. All extension modules
174174
are statically linked into the main binary. The experimental configure
175-
option ``--enable-wasm-dynamic-linking`` enables dynamic extensions
176-
supports. It's currently known to crash in combination with threading.
175+
option ``--enable-wasm-dynamic-linking`` enables dynamic extension
176+
support. It's currently known to crash in combination with threading.
177177
- glibc extensions for date and time formatting are not available.
178178
- ``locales`` module is affected by musl libc issues,
179179
[gh-90548](https://github.com/python/cpython/issues/90548).

0 commit comments

Comments
 (0)