From 9478b7dd063a3520a981b5ff6d4a7f44ece05f74 Mon Sep 17 00:00:00 2001 From: Cheng Shao <astrohavoc@gmail.com> Date: Thu, 10 Nov 2022 18:45:55 +0000 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23e5a69..b292580 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Limited port of `libffi` to pure `wasm32`. +Note that this repo's issue tracker is closed; please report issues in +ghc with the `wasm` tag instead. + ## Limitations compared to vanilla `libffi` - Function argument count is capped to `4` @@ -17,8 +20,6 @@ This is a Haskell cabal project, simply run the `libffi-wasm` executable. It'll generate additional C sources in `cbits`. Then include stuff in `cbits` for your own usage. -The generated `cbits` are also available as CI artifacts. - ## How? See this [blog -- GitLab