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 8dbe6bc commit ea0490cCopy full SHA for ea0490c
1 file changed
builds/prepare_builds/templates/Cargo.toml.tera
@@ -47,7 +47,9 @@ palette = "0.7"
47
wasm-opt = [
48
'-O4',
49
'--dce',
50
+ # The two options below are needed because of: https://github.com/rustwasm/wasm-pack/issues/1501
51
'--enable-bulk-memory',
52
+ '--enable-nontrapping-float-to-int',
53
{%- for flag in additional_wasm_opt_flags %}
54
'{{ flag }}',
55
{%- endfor %}
0 commit comments