We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b756411 commit f7239bbCopy full SHA for f7239bb
1 file changed
index.html
@@ -10,7 +10,7 @@
10
<title>eframe template</title>
11
12
<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
13
- <link data-trunk rel="rust" data-wasm-opt="2" />
+ <link data-trunk rel="rust" data-wasm-opt="2" data-wasm-opt-params="--enable-bulk-memory --enable-threads --enable-nontrapping-float-to-int" />
14
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
15
<base data-trunk-public-url />
16
0 commit comments