←back to thread

153 points yar-kravtsov | 1 comments | | HN request time: 0.197s | source

I built a Vite plugin that lets you write Go code directly in .js files using a "use golang" directive. It compiles to WebAssembly automatically.
1. ivanjermakov ◴[] No.45721708[source]
I would rather instantiate wasm module myself and have a build step to compile .go file. This way both JS and Go tooling would work.