]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120507: Double WASI memory (#120648)
authorVictor Stinner <vstinner@python.org>
Mon, 17 Jun 2024 16:08:05 +0000 (18:08 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 16:08:05 +0000 (16:08 +0000)
commit6acf7776ef8e0f08e1d4b4b5511bea8d716f571f
treeaef1d1401319629eddaf82666ed8adbadc2d3466
parent0506f75c53ce0895408050ededcfb66bc07eb19b
gh-120507: Double WASI memory (#120648)

Use 16 MiB stack with 40 MiB memory limit, instead of 8 MiB stack
with 20 MiB memory limit.
Tools/wasm/wasi.py
Tools/wasm/wasm_build.py
configure
configure.ac