-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Dear Jim,
web2js is probably one of the coolest project I have seens. I love tex and interested in compiler construction.
However I notice that very little to no process in the last years. Has this project out of maintenance?
I (and others) run into various issues trying to run it on various platform, to create a Dump file.
I would web2js as I was searching for a solution different on emscripten, but found that despite of the name this project also translate to wasm.
The TUGboat article from 2019 indicates a design decision as wasm considered faster?
https://www.tug.org/TUGboat/tb40-1/tb124fowler-js.pdf
Are there any experiences? I could find that web2js seem to be first implemented without wasm:
https://github.com/kisonecat/web2js/tree/255596300f55e8be2fcf8158cf8ebbdb116d8304
This was 6 year ago and maybe not functional complete?
I'm considering to reimplement a version of web2js that is generating actual js or interpreting pascal (in JS) as it seems the performance gain of wasm is not as big any longer and a slight slower TeX in the browser that is readable JS code would make it easier for e.g. debugging and further enhancements and thus make it more stable to run on all platforms.
Thanks so much for your valuable help and work.
Thomas