From ad46374bfe85a96ca0b5f35d1dc618725129143a Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Mon, 11 Nov 2024 13:07:50 +0000 Subject: [PATCH] Bump browser_wasi_shim --- frontend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.js b/frontend/index.js index 08dfadf..1d5605b 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -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 = [];