diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7668f58..6eaf74a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
- name: test
run: |
- $CROSS_EMULATOR dist/pandoc.wasm pandoc/README.md -o pandoc/README.rst
+ wasmtime run --dir $PWD::/ -- dist/pandoc.wasm pandoc/README.md -o pandoc/README.rst
head --lines=20 pandoc/README.rst
- name: upload-pages-artifact
diff --git a/frontend/index.html b/frontend/index.html
index d47461d..f3f631e 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -67,16 +67,13 @@