diff --git a/src/app/blog/v1/page.mdx b/src/app/blog/v1/page.mdx index 249d32a8..ad4abfe5 100644 --- a/src/app/blog/v1/page.mdx +++ b/src/app/blog/v1/page.mdx @@ -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