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:
Hood Chatham 2024-11-16 02:44:05 +01:00 committed by GitHub
parent d6bcc154e9
commit 544b001b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 38 additions and 173 deletions

View file

@ -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.