File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -372,22 +372,21 @@ jobs:
372372 - uses : Swatinem/rust-cache@v2
373373 - run : cargo test --target wasm32-wasip2
374374
375- wasi_p3 :
376- name : WASIp3
377- runs-on : ubuntu-24.04
378- steps :
379- - uses : actions/checkout@v6
380- - uses : dtolnay/rust-toolchain@master
381- with :
382- # TODO: switch to stable after pre-built
383- # `std` is published for wasm32-wasip3
384- toolchain : nightly-2026-01-07
385- components : rust-src
386- - name : Install Wasmtime
387- run : |
388- VERSION=v40.0.0
389- URL=https://github.com/bytecodealliance/wasmtime/releases/download/${VERSION}/wasmtime-${VERSION}-x86_64-linux.tar.xz
390- wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
391- wasmtime --version
392- - uses : Swatinem/rust-cache@v2
393- - run : cargo test -Zbuild-std=std,panic_abort --target wasm32-wasip3
375+ # TODO: enable after pre-built std will be provided by Rust
376+ # wasi_p3:
377+ # name: WASIp3
378+ # runs-on: ubuntu-24.04
379+ # steps:
380+ # - uses: actions/checkout@v6
381+ # - uses: dtolnay/rust-toolchain@master
382+ # with:
383+ # toolchain: 1.90
384+ # targets: wasm32-wasip3
385+ # - name: Install Wasmtime
386+ # run: |
387+ # VERSION=v40.0.0
388+ # URL=https://github.com/bytecodealliance/wasmtime/releases/download/${VERSION}/wasmtime-${VERSION}-x86_64-linux.tar.xz
389+ # wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
390+ # wasmtime --version
391+ # - uses: Swatinem/rust-cache@v2
392+ # - run: cargo test --target wasm32-wasip3
You can’t perform that action at this time.
0 commit comments