←back to thread

153 points yar-kravtsov | 1 comments | | HN request time: 0.196s | 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. b_e_n_t_o_n ◴[] No.45718495[source]
Hah. Back in the day I wrote a plugin to convert Lua files into a module that ran via one of the JS lua vms. Good fun.