This project is still WIP.
This project tries to compile XeTeX to WebAssembly to make it available on the web.
Preview:
Design goals:
- compile XeTeX to WebAssembly
- dynamically load packages, fonts and other necessary assets when compiling tex files
- support modern JavaScript modules
- [optional] support Node.js
Check Build.md and Makefile for details.
git remote add -f xetex https://github.com/TeX-Live/xetex
git subtree add --prefix xetex xetex 8af2b58c82bdfcd2791a31b506c602d6b9abdf1c
A tutorial for git subtree can be found here