mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.13] GH-123877: make wasm32-wasip1
the target triple for WASI (#126561)
This commit is contained in:
parent
9ab3d31b66
commit
9ecaee6a55
5 changed files with 11 additions and 9 deletions
6
configure
generated
vendored
6
configure
generated
vendored
|
@ -4060,7 +4060,7 @@ then
|
|||
*-*-emscripten)
|
||||
ac_sys_system=Emscripten
|
||||
;;
|
||||
*-*-wasi)
|
||||
*-*-wasi*)
|
||||
ac_sys_system=WASI
|
||||
;;
|
||||
*)
|
||||
|
@ -7058,7 +7058,7 @@ case $host/$ac_cv_cc_name in #(
|
|||
PY_SUPPORT_TIER=2 ;; #(
|
||||
powerpc64le-*-linux-gnu/gcc) :
|
||||
PY_SUPPORT_TIER=2 ;; #(
|
||||
wasm32-unknown-wasi/clang) :
|
||||
wasm32-unknown-wasip1/clang) :
|
||||
PY_SUPPORT_TIER=2 ;; #(
|
||||
x86_64-*-linux-gnu/clang) :
|
||||
PY_SUPPORT_TIER=2 ;; #(
|
||||
|
@ -7819,7 +7819,7 @@ then :
|
|||
fi
|
||||
;; #(
|
||||
WASI/*) :
|
||||
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='wasmtime run --wasm max-wasm-stack=8388608 --wasi preview2=n --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir) $(abs_builddir))/$(shell cat pybuilddir.txt):/Lib --dir $(srcdir)::/' ;; #(
|
||||
*) :
|
||||
HOSTRUNNER=''
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue