|
84 | 84 | # override: true # this is by default on |
85 | 85 | rustflags: "" |
86 | 86 | components: rustfmt |
| 87 | + target: wasm32-wasip1 |
87 | 88 | - name: Install Node.js ${{ matrix.node-version }} |
88 | 89 | uses: actions/setup-node@v4 |
89 | 90 | with: |
@@ -178,6 +179,7 @@ jobs: |
178 | 179 | # override: true # this is by default on |
179 | 180 | rustflags: "" |
180 | 181 | components: rustfmt |
| 182 | + target: wasm32-wasip1 |
181 | 183 | - name: Install Node.js 20.x |
182 | 184 | uses: actions/setup-node@v4 |
183 | 185 | with: |
@@ -253,6 +255,7 @@ jobs: |
253 | 255 | # override: true # this is by default on |
254 | 256 | rustflags: "" |
255 | 257 | components: rustfmt |
| 258 | + target: wasm32-wasip1 |
256 | 259 | - name: Install Node.js 20.x |
257 | 260 | uses: actions/setup-node@v4 |
258 | 261 | with: |
@@ -321,6 +324,7 @@ jobs: |
321 | 324 | # override: true # this is by default on |
322 | 325 | rustflags: "" |
323 | 326 | components: rustfmt |
| 327 | + target: wasm32-wasip1 |
324 | 328 | - uses: Swatinem/rust-cache@v2 |
325 | 329 | with: |
326 | 330 | workspaces: ./rust/cubestore -> target |
@@ -375,6 +379,7 @@ jobs: |
375 | 379 | # override: true # this is by default on |
376 | 380 | rustflags: "" |
377 | 381 | components: rustfmt |
| 382 | + target: wasm32-wasip1 |
378 | 383 | - name: Install Node.js ${{ matrix.node-version }} |
379 | 384 | uses: actions/setup-node@v4 |
380 | 385 | with: |
@@ -452,6 +457,7 @@ jobs: |
452 | 457 | # override: true # this is by default on |
453 | 458 | rustflags: "" |
454 | 459 | components: rustfmt |
| 460 | + target: wasm32-wasip1 |
455 | 461 | - name: Install Node.js ${{ matrix.node-version }} |
456 | 462 | uses: actions/setup-node@v4 |
457 | 463 | with: |
@@ -684,7 +690,7 @@ jobs: |
684 | 690 | # override: true # this is by default on |
685 | 691 | rustflags: "" |
686 | 692 | components: rustfmt |
687 | | - target: ${{ matrix.target }} |
| 693 | + target: ${{ matrix.target }} wasm32-wasip1 |
688 | 694 | - name: Install Node.js ${{ matrix.node-version }} |
689 | 695 | uses: actions/setup-node@v4 |
690 | 696 | with: |
|
0 commit comments