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

2
configure generated vendored
View file

@ -7953,6 +7953,8 @@ fi
as_fn_append LDFLAGS_NODIST " -sALLOW_MEMORY_GROWTH -sTOTAL_MEMORY=20971520"
as_fn_append LDFLAGS_NODIST " -sWASM_BIGINT"
as_fn_append LDFLAGS_NODIST " -sFORCE_FILESYSTEM -lidbfs.js -lnodefs.js -lproxyfs.js -lworkerfs.js"
if test "x$enable_wasm_dynamic_linking" = xyes; then :