Skip to content

shenlu89/pandoc-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandoc WebAssembly (WASM)

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.

Usage

Docker image is available at https://hub.docker.com/r/shenlu89/pandoc-wasm

Example

A real-world application of this project is https://mathcheap.xyz, which implements converting LaTeX to DOCX documents.

License

Licensed under GPL-2.0-or-later.