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