mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-06 05:34:44 -04:00
wasm fixes
This commit is contained in:
parent
b0a65fc848
commit
17ea0ccf3c
5 changed files with 34 additions and 8 deletions
|
@ -7,7 +7,7 @@ if [ ! "$(uname)" == "Darwin" ]; then
|
|||
fi
|
||||
|
||||
# install targets
|
||||
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-darwin x86_64-apple-ios
|
||||
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-darwin x86_64-apple-ios wasm32-unknown-unknown
|
||||
|
||||
# install cargo packages
|
||||
cargo install wasm-bindgen-cli
|
||||
|
@ -50,5 +50,5 @@ if [ "$BREW_USER" == "" ]; then
|
|||
BREW_USER=`whoami`
|
||||
fi
|
||||
fi
|
||||
sudo -H -u $BREW_USER brew install capnp cmake
|
||||
sudo -H -u $BREW_USER brew install capnp cmake wabt llvm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue