Add wasm32 target to the build
This commit is contained in:
parent
d1fd52de2c
commit
8d7a09ebd6
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ jobs:
|
|||
- run:
|
||||
name: Check format
|
||||
command: rustup component add rustfmt-preview; cargo fmt --all -- --check
|
||||
- run:
|
||||
name: Download wasm32 target
|
||||
command: rustup target add wasm32-unknown-unknown
|
||||
- run:
|
||||
name: Build libsnark
|
||||
command: LIBSNARK_SOURCE_PATH=$HOME/libsnark ./build_libsnark.sh
|
||||
|
|
Loading…
Reference in a new issue