From 98bf97eaef331c5ae425ebb152462ac4148b92b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cramfox=E2=80=9D?= <“kasey@n0.computer”> Date: Mon, 20 Jul 2026 07:44:10 -0400 Subject: [PATCH] chore: typo --- src/app/blog/v1/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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