We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d0008 commit 7481938Copy full SHA for 7481938
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install Rust toolchain
36
uses: actions-rs/toolchain@v1
37
with:
38
- toolchain: stable
+ toolchain: 1.82.0
39
override: true
40
41
- name: Install wasm-pack
externals/run.sh
@@ -89,7 +89,7 @@ buildAnonCreds() {
89
90
cd $AnonCredsDir/wasm
91
92
- wasm-pack build --target=web --out-dir="${GenAnonCreds}-wasm"
+ RUSTFLAGS='-C target-feature=+bulk-memory' wasm-pack build --target=web --out-dir="${GenAnonCreds}-wasm"
93
94
#TODO: find better way to approach this
95
#This code fails on browser when wasm is first loaded, it can just be ignored
0 commit comments