Login
From:
Home on Nathaniel Thomas
(Uncensored)
subscribe
Building and Deploying Rust to a Hugo Site
https://www.nathom.dev/notes/hugo_wasm/
links
backlinks
Roast topics
Find topics
Find it!
We’re going to go through a minimal example that will let you run Rust code on the client side of a Hugo site. We are going to compile the Rust code into WebAssembly (wasm), which will give us near-native performance on the browser!