mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
fix(worker): add workaround to fix build on rust 1.87
This commit is contained in:
@@ -21,3 +21,7 @@ anyhow = "1"
|
||||
unexpected_cfgs = { level = "warn", check-cfg = [
|
||||
'cfg(wasm_bindgen_unstable_test_coverage)',
|
||||
] }
|
||||
|
||||
# https://github.com/rustwasm/wasm-pack/issues/1501
|
||||
[package.metadata.wasm-pack.profile.release]
|
||||
wasm-opt = ["--enable-bulk-memory", "--enable-nontrapping-float-to-int"]
|
||||
|
||||
Reference in New Issue
Block a user