Skip to content

Commit 60ad0f3

Browse files
authored
Merge pull request #256 from elbywan/swc_core_13.0.4
upgrade swc_core to v13.0.4
2 parents 07f356a + 246c193 commit 60ad0f3

File tree

10 files changed

+918
-301
lines changed

10 files changed

+918
-301
lines changed

.github/workflows/ci_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
npm ci
3939
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
40-
rustup target add wasm32-wasi
40+
rustup target add wasm32-wasip1
4141
- name: test
4242
run: npm test
4343
- name: build

0 commit comments

Comments
 (0)