Build and run a WebAssembly (WASM) version of Pandoc, the universal document converter. This project produces an optimized pandoc.wasm using the GHC wasm32-wasi toolchain and demonstrates execution with a WASI runtime (Wasmtime).
Docker image is available at https://hub.docker.com/r/shenlu89/pandoc-wasm
- Mathcheap: Converts LaTeX to DOCX documents.
- Upstream source: https://github.com/haskell-wasm/pandoc (branch
wasm) - WASI runtime: https://wasmtime.dev/
Licensed under GPL-2.0-or-later.