←back to thread

153 points yar-kravtsov | 2 comments | | HN request time: 0s | 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. montakaoh ◴[] No.45718871[source]
we need to go deeper
replies(1): >>45723284 #
2. dlock17 ◴[] No.45723284[source]
Have the Go run some SQL queries on a local SQLite DB.

Read out a JavaScript string, execute that...

Now this is podracing