1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/scripts/install_wasm_testing.sh
Thibaut Schaeffer 86ba4b708c
add firefox testing. wip (#517)
* add firefox testing. wip

* fix config

* use crates bellman

* install  curl

* move wasm install test install script to sh

* make sh executable

* remove firefox as its suppose to be there already

* confirm install..

* seems like firefox isnt there after all

* firefox-esr

* use fixed bellman

* revert backend api change, only touch env outside wasm

* fix typo in cfg flag
2019-11-22 13:02:02 +01:00

2 lines
No EOL
147 B
Bash
Executable file

apt-get update && apt-get install curl firefox-esr -y --no-install-recommends
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh