Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/blog/v1/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Iroh connections are also far more efficient. It's normal to see 95% of data tra

## Python, Node.js, Kotlin & Swift support

We previously paused FFI support because of maintenance overhead with API churn and promised to bring it back with a stable 1.0 API. Now we're follwing through on this promise: In addition to the Rust crate, we now officially support Python, Node.js, Swift, and Kotlin. This makes your application use case even easier, making it possible to embed iroh into your swift iOS application or your Kotlin Android app.
We previously paused FFI support because of maintenance overhead with API churn and promised to bring it back with a stable 1.0 API. Now we're following through on this promise: In addition to the Rust crate, we now officially support Python, Node.js, Swift, and Kotlin. This makes your application use case even easier, making it possible to embed iroh into your swift iOS application or your Kotlin Android app.
Check out the [documentation](https://docs.iroh.computer/languages) and [generated API docs](https://n0-computer.github.io/iroh-ffi/).

## Wire Stability
Expand Down
Loading