Skip to content

Commit 41623ec

Browse files
committed
Merge branch 'master' of github.com:johanneswilm/pandoc-wasm
2 parents 3259e24 + c92ad77 commit 41623ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# `pandoc-wasm`
22

3+
*Fork for private experimentation.*
4+
35
[![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#haskell-wasm:matrix.terrorjack.com)
46

57
The latest version of `pandoc` CLI compiled as a standalone
68
`wasm32-wasi` module that can be run by engines like `wasmtime` as
79
well as browsers.
810

9-
## [Live demo](https://tweag.github.io/pandoc-wasm)
11+
## [Live demo](https://johanneswilm.github.io/pandoc-wasm)
1012

1113
Stdin on the left, stdout on the right, command line arguments at the
1214
bottom. No convert button, output is produced dynamically as input
1315
changes.
1416

1517
You're also more than welcome to fetch the
16-
[`pandoc.wasm`](https://tweag.github.io/pandoc-wasm/pandoc.wasm)
18+
[`pandoc.wasm`](https://johanneswilm.github.io/pandoc-wasm/pandoc.wasm)
1719
module and make your own customized app. `pandoc.wasm` is fully
1820
`wasm32-wasi` compliant and doesn't make use of any JSFFI feature in
1921
the ghc wasm backend.

0 commit comments

Comments
 (0)