git submodule update --remote
./refresh_builds.sh
Tested only on MACOS
- Dockerfile.wasm installs wasm-pack from a fork because the original package has a critical bug(rustwasm/wasm-pack#781 (comment)) in it at the time of writing this
- A seperate Cargo.toml that excludes compilation of vade-didcomm/portable for certain architectures is used. it is named Cargo.toml.new. This is done because rocksdb fails to compile for certain architectures and didcomm is the only plugin that uses rocksdb