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 d2baf93 commit 9f512c3Copy full SHA for 9f512c3
bindings/devup-ui-wasm/Cargo.toml
@@ -41,4 +41,4 @@ rstest = "0.26.1"
41
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
42
43
[package.metadata.wasm-pack.profile.release]
44
-wasm-opt = ["-Oz"]
+wasm-opt = ["-Oz", "--enable-bulk-memory", "--enable-nontrapping-float-to-int"]
0 commit comments