[Git][ghc/ghc][master] wasm: bump browser_wasi_shim to 0.4.2
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: bb760611 by Cheng Shao at 2025-09-19T18:29:42-04:00 wasm: bump browser_wasi_shim to 0.4.2 This patch bumps the browser_wasi_shim dependency of wasm dyld script to 0.4.2. - - - - - 1 changed file: - utils/jsffi/dyld.mjs Changes: ===================================== utils/jsffi/dyld.mjs ===================================== @@ -308,7 +308,7 @@ if (isNode) { } catch {} } else { wasi = await import( - "https://cdn.jsdelivr.net/npm/@bjorn3/browser_wasi_shim@0.4.1/dist/index.js" + "https://cdn.jsdelivr.net/npm/@bjorn3/browser_wasi_shim@0.4.2/dist/index.js" ); } View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bb760611630402a1349b1952e345d879... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bb760611630402a1349b1952e345d879... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)