Skip to content
Snippets Groups Projects
Commit 9478b7dd authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

Update README

parent f1c950d6
No related branches found
No related tags found
1 merge request!1Gitlab migrate
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment