Hacker News new | ask | show | jobs
by red_trumpet 603 days ago
There is TikZJax[1], which apparently compiles TeX to WebAssembly, to run TikZ in the browser.

[1] https://tikzjax.com/

1 comments

I played with web2js a couple of years ago. TeX ends up being a 500kb WASM file (88kb gzipped).

The LaTeX format file or the memory image after LaTeX is loaded are a bit bigger though (2.3 MB and 6.3MB gzipped, respectively).