File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 - name : Install Wasmtime
2424 uses : bytecodealliance/actions/wasmtime/setup@v1
2525 with :
26- version : " v40 .0.2 "
26+ version : " v43 .0.0 "
2727 - name : Install wasm-tools
2828 uses : bytecodealliance/actions/wasm-tools/setup@v1
2929 with :
30- version : " 1.244.0 "
30+ version : " 1.246.1 "
3131
3232 - run : cargo build -p wasip2 --examples --target wasm32-wasip2 --no-default-features
3333 - run : wasmtime run ./target/wasm32-wasip2/debug/examples/hello-world-no_std.wasm
@@ -123,7 +123,7 @@ jobs:
123123 toolchain : ${{ matrix.rust }}
124124 - run : rustup target add wasm32-wasip2 wasm32-unknown-unknown
125125 - run : |
126- version=v0.5.20
126+ version=v0.5.21
127127
128128 mkdir ld
129129 cd ld
@@ -134,11 +134,11 @@ jobs:
134134 - name : Install wasmtime
135135 uses : bytecodealliance/actions/wasmtime/setup@v1
136136 with :
137- version : " dev "
137+ version : " v43.0.0 "
138138 - name : Install wasm-tools
139139 uses : bytecodealliance/actions/wasm-tools/setup@v1
140140 with :
141- version : " 1.244.0 "
141+ version : " 1.246.1 "
142142
143143 - run : cargo build -p wasip3 --examples --target wasm32-wasip2
144144 - run : wasmtime run -Sp3 -Wcomponent-model-async ./target/wasm32-wasip2/debug/examples/cli_command.wasm
You can’t perform that action at this time.
0 commit comments