Playground and showcase for WASM (from Rust code) + Svelte web app interaction
(Based on this tutorial)
TLDR: A presentation can be found here (HTML version also available; source here based on Marp markdown)
Works via Rust WASM Bindgen which can be picked up from JS as seen here in main.js
Nice: Hot reload works for Rust code out-of-the-box (via WASM Rollup plugin) - just keep the Svelte app running.