There was an error while loading. Please reload this page.
1 parent e5cbca3 commit df020e0Copy full SHA for df020e0
1 file changed
.github/actions/install-wasi-sdk/action.yml
@@ -4,7 +4,7 @@ description: 'Install the wasi-sdk toolchain'
4
inputs:
5
version:
6
description: "Wasi-sdk version to install"
7
- default: "30"
+ default: "34"
8
9
runs:
10
using: composite
@@ -34,8 +34,8 @@ runs:
34
- name: Setup `wasm-tools`
35
uses: bytecodealliance/actions/wasm-tools/setup@v1
36
with:
37
- version: "1.252.0"
+ version: "1.258.0"
38
- name: Setup `wasmtime`
39
uses: bytecodealliance/actions/wasmtime/setup@v1
40
41
- version: "46.0.1"
+ version: "48.0.1"
0 commit comments