You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a "tier 2" repo, which means it's a repo we care about, but don't apply the same level of rigor as a "tier 1" repo. All work is done through pull requests and must pass continuous integration, but the peer review process is much lighter, and our reaction times to issues will not be as fast as tier 1 repositories.
15
17
16
18
If you're blocked on something or need to draw attention to an issue, please reach out to the iroh [discord](https://discord.gg/B4pzE3usDC).
17
19
18
-
## Releases
19
-
20
-
We are _not_ committed to publishing releases for the FFI on a schedule or in tandem with the latest version of [iroh](https://github.com/n0-computer/iroh), but we try. There may be a gap between the latest version of `iroh` (or the latest version of `iroh-ffi` that is released on GitHub), and the matching versions of the Python or Swift ffi languages that are published.
21
-
22
-
If there currently is a gap, and you need a published Python or Swift package, please file an issue or reach out to us on our [discord](https://discord.gg/B4pzE3usDC).
23
-
24
20
25
21
## Library Compilation
26
22
27
23
Running `cargo build --release` will produce a dynamic library and a static library.
28
24
29
25
For builds targeting older versions of macOS, build with: `MACOSX_DEPLOYMENT_TARGET=10.7 && cargo build --target x86_64-apple-darwin --release`.
Check our [DEVELOPERS.md](DEVELOPERS.md) for guides on how to translate from the iroh rust API to the iroh FFI API, as well as how to set up testing for Golang and Python.
0 commit comments