> Starting with this release, pandoc can be compiled to WASM, making it possible to use pandoc in the browser. A full-featured GUI interface is provided at https://pandoc.org/app
I guess now with LLMs, this makes more sense than ever, but it was a frustrating experience.
- the app cannot fetch resources using HTTP
- JSON filters are not supported, as they involve external programs
- Lua filters are supported, but only if they don't try to do system IO operations or run external programs
- Output to PDF is supported only via Typst (using the WASM version of Typst).
Darn