diff options
author | Brett Cannon <brett@python.org> | 2024-03-05 08:18:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 08:18:53 (GMT) |
commit | 7af063d1d85f965da06a65eca800f4c537d55fa5 (patch) | |
tree | 2c0e03620125639779d8133c81579a8cba33323f /configure | |
parent | 6cddc731fb59edb66b64b7a8dbd9e281309a8384 (diff) | |
download | cpython-7af063d1d85f965da06a65eca800f4c537d55fa5.zip cpython-7af063d1d85f965da06a65eca800f4c537d55fa5.tar.gz cpython-7af063d1d85f965da06a65eca800f4c537d55fa5.tar.bz2 |
GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives (#116327)
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives
* Add the configure changes
* Update `wasm_build.py`
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7655,7 +7655,7 @@ then : fi ;; #( WASI/*) : - HOSTRUNNER='wasmtime run --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir) $(abs_builddir))/$(shell cat pybuilddir.txt):/Lib --mapdir /::$(srcdir) --' ;; #( + HOSTRUNNER='wasmtime run --wasm max-wasm-stack=8388608 --wasi preview2 --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir) $(abs_builddir))/$(shell cat pybuilddir.txt):/Lib --dir $(srcdir)::/' ;; #( *) : HOSTRUNNER='' ;; |