mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-126691: Remove --with-emscripten-target (#126787)
This unifies the code for nodejs and the code for the browser. After this commit, the browser example doesn't work; this will be fixed in a subsequent update.
This commit is contained in:
parent
d6bcc154e9
commit
544b001b23
6 changed files with 38 additions and 173 deletions
|
|
@ -454,15 +454,6 @@ Options for third-party dependencies
|
|||
WebAssembly Options
|
||||
-------------------
|
||||
|
||||
.. option:: --with-emscripten-target=[browser|node]
|
||||
|
||||
Set build flavor for ``wasm32-emscripten``.
|
||||
|
||||
* ``browser`` (default): preload minimal stdlib, default MEMFS.
|
||||
* ``node``: NODERAWFS and pthread support.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
.. option:: --enable-wasm-dynamic-linking
|
||||
|
||||
Turn on dynamic linking support for WASM.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue