A little demo of syntect, compiled to WebAssembly and running in the browser.
https://syntect-wasm-demo.alexpeattie.com/
Build the Wasm package with:
wasm-pack buildInstall the Node dependencies:
cd www/
npm installRun the local server
npm start
You should now be able to see the demo running at http://localhost:8080/
