Skip to content

Commit f7239bb

Browse files
committed
fix: potential 'all features must be enabled' error
1 parent b756411 commit f7239bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>eframe template</title>
1111

1212
<!-- 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" />
13+
<link data-trunk rel="rust" data-wasm-opt="2" data-wasm-opt-params="--enable-bulk-memory --enable-threads --enable-nontrapping-float-to-int" />
1414
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
1515
<base data-trunk-public-url />
1616

0 commit comments

Comments
 (0)