Skip to content

Commit a85de69

Browse files
jkelleyrtperichulburd
authored andcommitted
Dioxus: Enable wasm-opt for trunk
Turns on size optimizations for trunk in the Dioxus framework.
1 parent 6c0fc8d commit a85de69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frameworks/keyed/dioxus/trunk.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Dioxus</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
<link data-trunk rel="rust" data-wasm-opt="z" />
78
</head>
89
<body>
910
<div id='main'></div>

0 commit comments

Comments
 (0)