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 888fbc3 commit 13f8fa0Copy full SHA for 13f8fa0
crates/js/Cargo.toml
@@ -24,4 +24,4 @@ wasm-bindgen.workspace = true
24
25
# HOTFIX: To get wasm compile. See: https://github.com/rustwasm/wasm-pack/issues/1501#issuecomment-2898697188
26
[package.metadata.wasm-pack.profile.release]
27
-wasm-opt = ["--enable-bulk-memory"]
+wasm-opt = ["--enable-bulk-memory", "--enable-nontrapping-float-to-int"]
0 commit comments