Skip to content

Commit

Permalink
refs fibercrypto#22 - Mention emgo library in project README
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed Feb 13, 2019
1 parent daca6b4 commit 1b3331a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ It is also the foundation to build client libraries for other programming langua

The Skycoin C library is made of the following components

- `lib/cgo` : C wrappers for the Skycoin core API
- `lib/cgo` : C wrappers for the Skycoin core API, generated directly from official go lang source code
- `lib/emgo` : C wrappers for the Skycoin core API, generated after transpiling official go lang source code to C with [emgo](https://github.com/ziutek/emgo)
- `lib/swig` : SWIG interfaces to generate wrappers around the Skycoin core API for other programming languages

Consult respective `README` files for further details.
Expand Down
Empty file added lib/emgo/.gitkeep
Empty file.

0 comments on commit 1b3331a

Please sign in to comment.