Development history

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 →

Development history: Octava Page

Octava Page is a web application for novice musicians that helps to understand the notes.

2021.05.31, updated 2023.01.07. Tags: Development history, Case

Read more →