Golang / Wasm with Svelte anyone?

Any folks here playing with Svelte and Golang/Wasm or TinyGo/Wasm?

I’m wondering about options for using with Svelte. I have a hello world working in Svelte but would be interested if anyone has gone further and how you chose to do this, and if anyone has built a bundler plugin (I know of one for webpack and Go, but nothing specifically for use with Svelte).

I made a quick start template for making a Go WebAssembly app with a Svelte front-end:

This uses my fork of a webpack plugin for Go v1.13 (which also has examples showing how to use it with React or the node CLI).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.