File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - uses : bytecodealliance/wasmtime/.github/actions/binary-compatible-builds@v17.0.1
4242 with :
4343 name : ${{ matrix.build }}
44- if : matrix.build != 'wasm32-wasi'
4544 - run : |
4645 echo CARGO_BUILD_TARGET=${{ matrix.target }} >> $GITHUB_ENV
4746 rustup target add ${{ matrix.target }}
7574 submodules : true
7675 - name : Install Rust (rustup)
7776 run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
78- - run : rustup target add wasm32-wasi
77+ - run : rustup target add wasm32-wasip1
7978 - run : cargo test --locked
8079
8180 rustfmt :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ fn compile(args: &[&str], src: &str) -> Vec<u8> {
1010 myself. push ( "wasm-component-ld" ) ;
1111 let mut rustc = Command :: new ( "rustc" )
1212 . arg ( "--target" )
13- . arg ( "wasm32-wasi " )
13+ . arg ( "wasm32-wasip1 " )
1414 . arg ( "-" )
1515 . arg ( "-o" )
1616 . arg ( "-" )
You can’t perform that action at this time.
0 commit comments