Hacker News new | ask | show | jobs
by bkyan 801 days ago
I would guess that you're using Wasm for this. If it's not a secret, can I ask which Wasm libs you're using?
1 comments

Hey, I'm not, the code is sent to the server for execution.

I'm afraid can't help with the libs then ;)

I'd like to have more functionality in-browser, though, like an LSP running as a worker in the background. Do you have any materials that I could read about it or something like that?

It's been some time since I've played with this stuff, but the libs I used were https://github.com/oraoto/pib for in-browser PHP, Pyodide for in-browser Python, and https://webperl.zero-g.net for in-browser Perl.