ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.47k stars 56 forks source link

Download ANTLR4 #59

Closed ArthurSonzogni closed 1 year ago

ArthurSonzogni commented 1 year ago

It now links against pthread, and this is not supported directly by emscriten. Downgrading the ANTLR version fixed the problem.

Long-term, I submitted a PR against ANTLR to fix the issue: https://github.com/antlr/antlr4/pull/4086