zls in the browser
Works pretty well in a bunch of browsers, but note the required security headers.
Installing
- Compile zls for
wasm32-wasiand placezls.wasminsrc - Additionally, place
zig.tar(make sure to un-xz and that the name matches) from the website insrc
npm i -g parcel
parcel 404.htmlEnjoy!
TODOs
- Stop using
SharedArrayBuffers (they're awesome but a nightmare to deploy)