Skip to content

Commit

Permalink
Bump browser_wasi_shim
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Nov 11, 2024
1 parent f80b9e8 commit ad46374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { WASI, OpenFile, File, ConsoleStdout } from "https://cdn.jsdelivr.net/npm/@bjorn3/browser_wasi_shim@0.2.21/dist/index.js";
import { WASI, OpenFile, File, ConsoleStdout } from "https://cdn.jsdelivr.net/npm/@bjorn3/browser_wasi_shim@0.3.0/dist/index.js";
import ghc_wasm_jsffi from "./ghc_wasm_jsffi.js";

const args = [];
Expand Down

0 comments on commit ad46374

Please sign in to comment.