Skip to content

Commit

Permalink
Add a check wasm script (#1644)
Browse files Browse the repository at this point in the history
* check wasm script

* cleanup
  • Loading branch information
codabrink authored Feb 19, 2025
1 parent 1266ec4 commit 5aad910
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bindings_wasm/build.rs

This file was deleted.

7 changes: 7 additions & 0 deletions dev/check-wasm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

if [[ "${OSTYPE}" == "darwin"* ]]; then
export CC_wasm32_unknown_unknown=/opt/homebrew/opt/llvm/bin/clang
fi

cargo check -p bindings_wasm --target wasm32-unknown-unknown

0 comments on commit 5aad910

Please sign in to comment.