gh-84461: Build Emscripten with WASM BigInt support (#94219)

This commit is contained in:
Christian Heimes 2022-06-24 17:03:42 +02:00 committed by GitHub
parent 51fd4de101
commit e69306f08b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View file

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