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

Commit be31d9d

Browse files
authored
Merge pull request #156 from alexcrichton/merge
Merge with upstream
2 parents c51ff10 + 191eba6 commit be31d9d

1,152 files changed

Lines changed: 8436 additions & 7801 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ jobs:
624624
- run: cargo check -p pulley-interpreter --all-features
625625
env:
626626
RUSTFLAGS: "--cfg pulley_tail_calls"
627+
- run: cargo check -p pulley-interpreter --all-features
628+
env:
629+
RUSTFLAGS: "--cfg pulley_disable_interp_simd"
627630
- run: cargo test -p pulley-interpreter --all-features --release
628631
env:
629632
RUSTFLAGS: "--cfg pulley_assume_llvm_makes_tail_calls"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ tests/all/pulley_provenance_test.cwasm
3030
/artifacts
3131
testcase*.wat
3232
testcase*.wasm
33+
testcase*.dna
34+
testcase*.json
3335
perf.data*

0 commit comments

Comments
 (0)