mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-84461: Build Emscripten with WASM BigInt support (#94219)
This commit is contained in:
parent
51fd4de101
commit
e69306f08b
3 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue