Skip to content

Commit

Permalink
Update trunk to v0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Nov 11, 2024
1 parent 36a13b9 commit f54f4ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
trunk-version = "^0.21.4"

[build]
target = "index.html"
dist = "dist"
public_url = "./"
inject_scripts = true
minify = "on_release"

[tools]
sass = "1.69.5"
wasm_bindgen = "0.2.95"
wasm_opt = "version_119"

[clean]
dist = "dist"
cargo = true
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<link data-trunk rel="css" href="modern-normalize.css" />
<link data-trunk rel="css" href="hack-font.css" />
<link data-trunk rel="scss" href="style.scss" />
<link data-trunk rel="rust" />
</head>
<body>
<link
data-trunk
rel="rust"
data-wasm-opt="z"
data-wasm-opt-params="--enable-bulk-memory"
data-type="worker"
data-bindgen-target="web"
/>
</body>
</html>

0 comments on commit f54f4ef

Please sign in to comment.