diff --git a/README.md b/README.md index 23e5a6966e196d1dd08ae12bf56e30cede126a03..b2925808d75c0c2011247a66ee719ea641ac083b 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