add wasm_opt option to index.html

This commit is contained in:
Red Artist 2022-08-12 02:03:17 +05:30
parent 94c10486cb
commit 14999fb8ce

View file

@ -9,6 +9,8 @@
<!-- change this to your project name -->
<title>eframe template</title>
<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
<link data-trunk rel="rust" data-wasm-opt="2" />
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
<base data-trunk-public-url />