aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-24 08:30:46 -0700
committerGitHub <noreply@github.com>2022-06-24 08:30:46 -0700
commitc966e0816ed1efffcf91a415629409be16eb8af9 (patch)
tree3de59e7178ac7428ddf82478d357f2bb04c37111 /Tools
parent41e4b426ce8d8298c3f2360cb506d229381e0f84 (diff)
downloadcpython3-c966e0816ed1efffcf91a415629409be16eb8af9.tar.gz
gh-84461: Build Emscripten with WASM BigInt support (GH-94219)
(cherry picked from commit e69306f08b9be84ccdd0a1c6601ec229c4e5b377) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/wasm/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md
index 94b3729a5d..40f23a396f 100644
--- a/Tools/wasm/README.md
+++ b/Tools/wasm/README.md
@@ -98,9 +98,11 @@ popd
```
```shell
-node --experimental-wasm-threads --experimental-wasm-bulk-memory builddir/emscripten-node/python.js
+node --experimental-wasm-threads --experimental-wasm-bulk-memory --experimental-wasm-bigint builddir/emscripten-node/python.js
```
+(``--experimental-wasm-bigint`` is not needed with recent NodeJS versions)
+
# wasm32-emscripten limitations and issues
Emscripten before 3.1.8 has known bugs that can cause memory corruption and