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 d4c77af commit 6ad3c31Copy full SHA for 6ad3c31
.github/workflows/main.yml
@@ -91,8 +91,8 @@ jobs:
91
nodeVersion: 18
92
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
93
with:
94
- toolchain: 1.65.0
95
- target: wasm32-wasi
+ toolchain: 1.87.0
+ target: wasm32-wasip1
96
override: true
97
- name: Build SWC plugin
98
working-directory: ./packages/presets/swc-plugin
.github/workflows/rust.yml
@@ -14,8 +14,8 @@ jobs:
14
registry-url: 'https://registry.npmjs.org'
15
16
17
18
19
20
21
0 commit comments