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.
Tools/wasm/README.md
1 parent 80c2c2d commit 719d796Copy full SHA for 719d796
1 file changed
Tools/wasm/README.md
@@ -172,8 +172,8 @@ await createEmscriptenModule({
172
e.g. ``ctypes``, ``readline``, ``ssl``, and more.
173
- Shared extension modules are not implemented yet. All extension modules
174
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.
+ option ``--enable-wasm-dynamic-linking`` enables dynamic extension
+ support. It's currently known to crash in combination with threading.
177
- glibc extensions for date and time formatting are not available.
178
- ``locales`` module is affected by musl libc issues,
179
[gh-90548](https://github.com/python/cpython/issues/90548).
0 commit comments