GH-120371: Add WASI SDK 22 support (GH-121870) · sthagen/python-cpython@f589f26 · GitHub
Skip to content

Commit f589f26

Browse files
authored
pythonGH-120371: Add WASI SDK 22 support (pythonGH-121870)
Required disabling stub functions now provided by wasi-libc.
1 parent e65cb4c commit f589f26

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion

.github/workflows/reusable-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
env:
1414
WASMTIME_VERSION: 22.0.0
15-
WASI_SDK_VERSION: 21
15+
WASI_SDK_VERSION: 22
1616
WASI_SDK_PATH: /opt/wasi-sdk
1717
CROSS_BUILD_PYTHON: cross-build/build
1818
CROSS_BUILD_WASI: cross-build/wasm32-wasi
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Support WASI SDK 22 by explicitly skipping functions that are just stubs in
2+
wasi-libc.

Tools/wasm/config.site-wasm32-wasi

Lines changed: 8 additions & 0 deletions

0 commit comments

Comments
 (0)