Skip to content

Commit 63b2b13

Browse files
committed
pointfree-wasm.js has to be imported relatively
1 parent 2efd3ca commit 63b2b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h1 class="title">Pointfree.wasm</h1>
103103
<script type="module">
104104

105105
import { WASI, OpenFile, File, ConsoleStdout } from "https://cdn.jsdelivr.net/npm/@bjorn3/[email protected]/dist/index.js"
106-
import ghc_wasm_jsffi from "pointfree-wasm.js";
106+
import ghc_wasm_jsffi from "./pointfree-wasm.js";
107107

108108
const fds = [
109109
new OpenFile(new File([])), // stdin

0 commit comments

Comments
 (0)