mirror of
https://github.com/python/cpython.git
synced 2025-12-07 13:50:06 +00:00
While CPython doesn't support `--enable-wasm-dynamic-linking`, external tools like componentize-py do and they have to patch around it. Since the flag is off by default, allowing the flag so external users can add/inject dynamic linking support seems acceptable.
3 lines
167 B
ReStructuredText
3 lines
167 B
ReStructuredText
Allow ``--enable-wasm-dynamic-linking`` for WASI. While CPython doesn't
|
|
directly support it so external/downstream users do not have to patch in
|
|
support for the flag.
|