We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5310f commit 582e714Copy full SHA for 582e714
.github/workflows/deploy-page.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: rustup target add wasm32-unknown-unknown
44
45
- name: Build Example
46
- run: cargo build --release --target wasm32-unknown-unknown --example window
+ run: RUSTFLAGS='--cfg getrandom_backend="wasm_js"' cargo build --release --target wasm32-unknown-unknown --example window
47
48
- name: Generate wasm bindings
49
run: |
0 commit comments