From 51d3b40e40242166292257a35d3087cffe737a34 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Wed, 13 Nov 2024 17:13:34 +0000 Subject: [PATCH] Tie the knot in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1b2188c..9e0db17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # `ghc-wasm-miso-examples` +[![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#haskell-wasm:matrix.terrorjack.com) + The GHC wasm backend supports the [JSFFI](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html#javascript-ffi-in-the-wasm-backend) feature, allowing Haskell wasm apps to interop with JavaScript @@ -10,6 +12,9 @@ an experimental [`jsaddle-wasm`](https://github.com/amesgen/jsaddle-wasm) library under the hood. +See also: +[`ghc-wasm-reflex-examples`](https://github.com/tweag/ghc-wasm-reflex-examples) + ## Live demo - [2048](https://tweag.github.io/ghc-wasm-miso-examples/2048.html)