This repository contains a Dockerfile that builds a WebAssembly version of Pandoc (pandoc.wasm
) using the GHC wasm32-wasi toolchain, and demonstrates running it with Wasmtime.
Docker image is available at https://hub.docker.com/r/shenlu89/pandoc-wasm
A real-world application of this project is https://mathcheap.xyz, which implements converting LaTeX to DOCX documents.
Licensed under GPL-2.0-or-later.