Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 2241a85

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents c4bcb94 + 3cbeb24 commit 2241a85

191 files changed

Lines changed: 4597 additions & 5161 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,14 @@ jobs:
398398
- name: wasmtime-wasi-http
399399
checks: |
400400
-p wasmtime-wasi-http --no-default-features
401+
402+
- name: wasmtime-wasi
403+
checks: |
404+
-p wasmtime-wasi --no-default-features
405+
-p wasmtime-wasi --no-default-features --features p0
406+
-p wasmtime-wasi --no-default-features --features p1
407+
-p wasmtime-wasi --no-default-features --features p2
408+
-p wasmtime-wasi --no-default-features --features p3
401409
runs-on: ubuntu-latest
402410
steps:
403411
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)