11# jsaddle-wasm
2- [ ![ CI] ( https://github.com/amesgen /jsaddle-wasm/workflows/CI/badge.svg )] ( https://github.com/amesgen /jsaddle-wasm/actions )
2+ [ ![ CI] ( https://github.com/haskell-wasm /jsaddle-wasm/workflows/CI/badge.svg )] ( https://github.com/haskell-wasm /jsaddle-wasm/actions )
33[ ![ Hackage] ( https://img.shields.io/hackage/v/jsaddle-wasm )] ( https://hackage.haskell.org/package/jsaddle-wasm )
44[ ![ Haddocks] ( https://img.shields.io/badge/documentation-Haddocks-purple )] ( https://hackage.haskell.org/package/jsaddle-wasm/docs/Language-Javascript-JSaddle-Wasm.html )
55
@@ -12,9 +12,9 @@ This can for example be used to compile and run [Miso][] or [Reflex][] apps in t
1212
1313## Examples
1414
15- - Miso examples: https://github.com/tweag /ghc-wasm-miso-examples
15+ - Miso examples: https://github.com/haskell-wasm /ghc-wasm-miso-examples
1616
17- - Reflex examples: https://github.com/tweag /ghc-wasm-reflex-examples
17+ - Reflex examples: https://github.com/haskell-wasm /ghc-wasm-reflex-examples
1818
1919 - Ormolu Live: https://github.com/tweag/ormolu/tree/master/ormolu-live
2020 (uses the web worker approach described below)
@@ -44,7 +44,7 @@ Now, run the post-linker script as described in the [GHC User's Guide][ghc-users
4444
4545Then, following the [ GHC User's Guide] [ ghc-users-guide-js-api ] , you can run the Wasm binary in the browser via e.g. [ browser_wasi_shim] [ ] :
4646``` javascript
47- import { WASI , OpenFile , File , ConsoleStdout } from " @bjorn3 /browser_wasi_shim" ;
47+ import { WASI , OpenFile , File , ConsoleStdout } from " https://esm.sh/gh/haskell-wasm /browser_wasi_shim" ;
4848import ghc_wasm_jsffi from " ./ghc_wasm_jsffi.js" ;
4949
5050const fds = [
@@ -130,12 +130,12 @@ package jsaddle-wasm
130130
131131[ ^ missing-sync-jsffi ] : Otherwise, you will see errors involving ` unknown type name 'HsFUN' ` .
132132
133- [ JSaddle ] : https://github.com/ghcjs /jsaddle
133+ [ JSaddle ] : https://github.com/haskell-wasm /jsaddle
134134[ GHC Wasm backend ] : https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc
135135[ Miso ] : https://github.com/dmjio/miso
136136[ Reflex ] : https://github.com/reflex-frp/reflex
137137[ ghc-wasm-meta ] : https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta
138- [ browser_wasi_shim ] : https://github.com/bjorn3 /browser_wasi_shim
138+ [ browser_wasi_shim ] : https://github.com/haskell-wasm /browser_wasi_shim
139139[ ghc-users-guide-js-api ] : https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html#the-javascript-api
140140[ WebGHC ] : https://webghc.github.io
141141[ Channel Messaging API ] : https://developer.mozilla.org/en-US/docs/Web/API/Channel_Messaging_API
0 commit comments