Skip to content

Commit

Permalink
add wasm32-wasip2 target in script
Browse files Browse the repository at this point in the history
  • Loading branch information
robherley committed Jan 27, 2025
1 parent 80b9b2c commit 27c4233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/build-examples
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build_rust() {
DIR="$ROOT/examples/rust"
pushd "$DIR" > /dev/null
echo "Building rust example..."
rustup target add wasm32-wasip2
cargo build --release --target wasm32-wasip2
popd > /dev/null
}
Expand Down

0 comments on commit 27c4233

Please sign in to comment.