diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-24 15:30:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 15:30:46 (GMT) |
commit | c966e0816ed1efffcf91a415629409be16eb8af9 (patch) | |
tree | 3de59e7178ac7428ddf82478d357f2bb04c37111 /configure | |
parent | 41e4b426ce8d8298c3f2360cb506d229381e0f84 (diff) | |
download | cpython-c966e0816ed1efffcf91a415629409be16eb8af9.zip cpython-c966e0816ed1efffcf91a415629409be16eb8af9.tar.gz cpython-c966e0816ed1efffcf91a415629409be16eb8af9.tar.bz2 |
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 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 : |