We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1266ec4 commit 5aad910Copy full SHA for 5aad910
bindings_wasm/build.rs
dev/check-wasm
@@ -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