How to make Go, WebAssembly and TypeScript work together
Recently in one of my pet projects I added Go code compiled in WebAssembly (WASM) for client-side execution. The interface is made with Svelte with TypeScript, and the logic is implemented in Golang. As a result, I got an interesting experience that I want to share: how to make Go, WebAssembly and TypeScript work together.
2023.11.29. Tags: Golang, Development history, Case
Read more →