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

Commit d025f02

Browse files
authored
Merge pull request #241 from alexcrichton/merge
Merge with upstream
2 parents 6ded8f9 + c4bcb94 commit d025f02

File tree

483 files changed

+23861
-17765
lines changed

Some content is hidden

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

483 files changed

+23861
-17765
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@ jobs:
394394
-p wasmtime-c-api --no-default-features
395395
-p wasmtime-c-api --no-default-features --features wat
396396
-p wasmtime-c-api --no-default-features --features wasi
397+
398+
- name: wasmtime-wasi-http
399+
checks: |
400+
-p wasmtime-wasi-http --no-default-features
397401
runs-on: ubuntu-latest
398402
steps:
399403
- uses: actions/checkout@v4
@@ -510,7 +514,7 @@ jobs:
510514
os: ubuntu-latest
511515
test: >
512516
cargo check -p wasmtime --no-default-features --features runtime,component-model &&
513-
cargo check -p wasmtime --no-default-features --features runtime,gc,component-model,async &&
517+
cargo check -p wasmtime --no-default-features --features runtime,gc,component-model,async,debug-builtins &&
514518
cargo check -p cranelift-control --no-default-features &&
515519
cargo check -p pulley-interpreter --features encode,decode,disas,interp &&
516520
cargo check -p wasmtime-wasi-io --no-default-features
@@ -1022,6 +1026,7 @@ jobs:
10221026
- crate: "wasmtime-environ --all-features"
10231027
- crate: "pulley-interpreter --all-features"
10241028
- script: ./ci/miri-provenance-test.sh
1029+
- script: ./ci/miri-wast.sh ./tests/spec_testsuite/table.wast
10251030
needs: determine
10261031
if: needs.determine.outputs.test-miri && github.repository == 'bytecodealliance/wasmtime'
10271032
name: Miri

0 commit comments

Comments
 (0)