alamb commented on code in PR #329: URL: https://github.com/apache/arrow-rs-object-store/pull/329#discussion_r2047391347
########## .github/workflows/ci.yml: ########## @@ -192,6 +192,10 @@ jobs: run: rustup target add wasm32-wasip1 - name: Build wasm32-wasip1 run: cargo build --all-features --target wasm32-wasip1 + - name: Install wasm-pack + run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh + - name: Run wasm32-unknown-unknown tests (via Node) Review Comment: nice -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org