Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,39 +155,6 @@ jobs:
--artifacts target/artifacts \
--rust-wit-bindgen-path ./crates/guest-rust

# While threading is off-by-default and toolchains are percolating this is a
# separate job to get configured slightly differently.
threading:
name: Test WASIp3 Threading (allowed to fail)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install Rust
run: rustup update stable --no-self-update && rustup default stable
- run: rustup target add wasm32-wasip2

- uses: ./.github/actions/install-wasi-sdk

# The threading builtins are encoded with a canonical-function opcode
# newer than any released wasmtime understands (46.0.1 and 47.0.2 both
# reject it with "invalid leading byte (0x2d) for canonical function"),
# so this job runs wasmtime's `dev` build instead of the pinned release.
# This can go back to the shared pin once a release parses the encoding.
- name: Install wasmtime dev build
run: |
curl --retry 5 --retry-all-errors -L -o wasmtime-dev.tar.xz https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz
tar xJf wasmtime-dev.tar.xz
echo "`pwd`/wasmtime-dev-x86_64-linux" >> $GITHUB_PATH
working-directory: ${{ runner.temp }}

- run: |
cargo run test --languages rust,c,go tests/threading \
--artifacts target/artifacts \
--rust-wit-bindgen-path ./crates/guest-rust

test_unit:
name: Crate Unit Tests
runs-on: ubuntu-latest
Expand Down
22 changes: 0 additions & 22 deletions tests/threading/threading-builtins/runner.c

This file was deleted.

57 changes: 0 additions & 57 deletions tests/threading/threading-builtins/test.c

This file was deleted.

15 changes: 0 additions & 15 deletions tests/threading/threading-builtins/test.wit

This file was deleted.

Loading