Update pages.yml

This commit is contained in:
Piotr Siuszko 2025-10-13 10:27:37 +02:00
parent 7889beeb0f
commit 76fda46111
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ env:
# --cfg=web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web uses # --cfg=web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web uses
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html # https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html # https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
RUSTFLAGS: -D warnings --cfg=web_sys_unstable_apis RUSTFLAGS: -D warnings --cfg=web_sys_unstable_apis -C target-feature=+bulk-memory
RUSTDOCFLAGS: -D warnings RUSTDOCFLAGS: -D warnings
permissions: permissions: