Skip to content

Commit 5aad910

Browse files
authored
Add a check wasm script (#1644)
* check wasm script * cleanup
1 parent 1266ec4 commit 5aad910

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bindings_wasm/build.rs

-7
This file was deleted.

dev/check-wasm

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
if [[ "${OSTYPE}" == "darwin"* ]]; then
4+
export CC_wasm32_unknown_unknown=/opt/homebrew/opt/llvm/bin/clang
5+
fi
6+
7+
cargo check -p bindings_wasm --target wasm32-unknown-unknown

0 commit comments

Comments
 (0)