We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efd3ca commit 63b2b13Copy full SHA for 63b2b13
index.html
@@ -103,7 +103,7 @@ <h1 class="title">Pointfree.wasm</h1>
103
<script type="module">
104
105
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";
+ import ghc_wasm_jsffi from "./pointfree-wasm.js";
107
108
const fds = [
109
new OpenFile(new File([])), // stdin
0 commit comments