From f54b16a069c4b43044d7f76236d51f5f69f0a0c8 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Wed, 20 Nov 2024 20:42:38 +0000 Subject: [PATCH 1/2] chore: use haskell-wasm upstreams --- .github/workflows/build.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34b6a1b..3d5e114 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - name: checkout uses: actions/checkout@v4 with: - repository: TerrorJack/pandoc + repository: haskell-wasm/pandoc ref: wasm path: pandoc diff --git a/README.md b/README.md index 8693c25..aa063cd 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ non-official) backports for ghc wasm backend's Template Haskell & ghci support. It's built using my -[fork](https://github.com/TerrorJack/pandoc/tree/wasm) which is based -on latest `pandoc` release and patches dependencies, cabal config as -well as some module code to make things compilable to wasm: +[fork](https://github.com/haskell-wasm/pandoc/tree/wasm) which is +based on latest `pandoc` release and patches dependencies, cabal +config as well as some module code to make things compilable to wasm: - No http client/server functionality. `wasip1` doesn't have proper sockets support anyway, and support for future versions of wasi is From 24c26858e0c57c25440a3651639cee213e2d16f1 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Wed, 20 Nov 2024 20:50:37 +0000 Subject: [PATCH 2/2] frontend: add loading message --- frontend/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index f3f631e..7e710ec 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -56,7 +56,11 @@
- +