We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184e438 commit 29aab54Copy full SHA for 29aab54
2 files changed
.github/actions/setup-target-ci/action.yml
@@ -20,15 +20,15 @@ inputs:
20
wasi-version:
21
description: WASI SDK version
22
required: false
23
- default: '29'
+ default: '32'
24
wasi-version-full:
25
description: Full WASI SDK version
26
27
- default: '29.0'
+ default: '32.0'
28
wasi-sdk-path:
29
description: WASI SDK install path
30
31
- default: './wasi-sdk-29.0'
+ default: './wasi-sdk-32.0'
32
needs-emscripten:
33
description: Whether Emscripten is needed
34
.github/workflows/main.yml
@@ -21,7 +21,7 @@ permissions:
env:
NODE_VERSION: '24.11.1'
- MAIN_EM_VERSION: '4.0.11'
+ MAIN_EM_VERSION: '4.0.23'
jobs:
release:
0 commit comments