summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-24 15:03:42 (GMT)
committerGitHub <noreply@github.com>2022-06-24 15:03:42 (GMT)
commite69306f08b9be84ccdd0a1c6601ec229c4e5b377 (patch)
treeae26c9a084846fa80a90f95628cb6898d8c11dc1 /configure
parent51fd4de101349bbea8afa4e212489f4b87e3a99b (diff)
downloadcpython-e69306f08b9be84ccdd0a1c6601ec229c4e5b377.zip
cpython-e69306f08b9be84ccdd0a1c6601ec229c4e5b377.tar.gz
cpython-e69306f08b9be84ccdd0a1c6601ec229c4e5b377.tar.bz2
gh-84461: Build Emscripten with WASM BigInt support (#94219)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 34de0f7..9f15e49 100755
--- a/configure
+++ b/configure
@@ -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 :