#Uniffi
c2pa-rs might be fine, i think this is either a problem with uniffi-bindgen-go or potentially uniffi itself. i think something like this is happening: github.com/mozilla/ffi-...

can't get it to reproduce reliably at all though. also haven't seen it on linux yet at all, plausibly darwin-specific
Empty ByteBuffer from Golang leads to "invalid pointer found on stack" · Issue #7 · mozilla/ffi-support
First, thanks for the great library! It was very helpful in quickly integrating a new Rust component into our existing Go project. Unfortunately, we stumbled on a bug when a Rust method returns an ...
github.com
November 21, 2025 at 12:47 AM
PyO3 / maturin: Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages ★5053 https://github.com/PyO3/maturin
PyO3 / maturin
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
github.com
November 1, 2025 at 5:46 PM
Oh it's not generated haha, just their implementation of the Rust side of a UniFFI Go callback
November 1, 2025 at 1:17 AM
i have now ran Rust on both iOS (sim+device) and Android (just emulator so far). iOS via Expo modules, cbindgen, and some handwritten Swift bridging, and now Android via uniffi-bindgen-react-native (very promising). hopefully this week i can get UBRN working with real code and iOS + physical devices
March 18, 2025 at 9:09 AM
It started during my paternity leave when I was tinkering with Kotlin bindings for @veilid.com. Unfortunately, I haven't got the bindings in a shareable state, but the UniFFI tooling was fascinating, so I stuck around and helped out.
April 6, 2025 at 8:33 PM
I guess you could have something in Elixir that emits Swift source code that dumps into the build directory and is just used? What we're doing in LVN Core is writing in Rust and communicating over Uniffi to the Swift runtime. But it's built at compile-time and run inside the app.
January 8, 2025 at 6:08 PM
Jazz 0.19.0 brings our high-perf Rust core to all Jazz environments:

- Browser/workers via wasm-bindgen
- NodeJS via NAPI-RS
- *New*: ReactNative/Expo via UniFFI

In the future, we'll offer idiomatic Swift, Kotlin, Go, etc. bindings as we move API-level code into Rust as well.
December 5, 2025 at 7:27 PM
Building an iOS App with Rust Using UniFFI dev.to/almaju/build...
Building an iOS App with Rust Using UniFFI
Developing iOS applications typically involves languages like Swift or Objective-C. However, with the...
dev.to
June 18, 2025 at 5:30 AM
PyO3 / maturin: Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages ★4075 https://github.com/PyO3/maturin
PyO3 / maturin
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
github.com
January 1, 2025 at 9:22 AM
I was doing Chip-8 lately, too! once I'm done with Docgen, I'll make use of UniFFI to create a multiplatform Chip-8 emulator with Rust and Kotlin just because I can and FFI is interesting
November 29, 2024 at 9:13 AM
🦀 Blog posts to create Mobile-app core in Rust

💠 UI parts implemented natively

💠 Core functions in Rust

💠 Bridging Rust with Kotlin/Swift with UniFFI

Blog Post:
typester.dev/blog/2024/11...

Sample app:
github.com/typester/auth2

#rustlang #programming #kotlin #swift
November 15, 2024 at 9:27 AM
add Kotlin Native and Rust to that, with UniFFI
October 4, 2025 at 4:46 PM
mozilla / uniffi-rs: a multi-language bindings generator for rust ★2100 https://github.com/mozilla/uniffi-rs
mozilla / uniffi-rs
a multi-language bindings generator for rust
github.com
February 8, 2024 at 7:06 PM
Gobley is a fork of the (now archived) uniffi-kotlin-multiplatform-bindings (gitlab.com/trixnity/uni...) which is built on Mozilla’s excellent (still active) UniFFI (github.com/mozilla/unif...) project.
April 6, 2025 at 7:59 PM
There's Knee which gets close, with interop between K/N and K/JVM
github.com/deepmedia/Knee

And Gobley for Rust interop, built on top of Mozilla's UniFFI with awesome Gradle integration
gobley.dev
GitHub - deepmedia/Knee: Seamless two-way communication between Kotlin/Native and Kotlin/JVM. Supports suspend functions, classes, interfaces, no-copy buffers and much more.
Seamless two-way communication between Kotlin/Native and Kotlin/JVM. Supports suspend functions, classes, interfaces, no-copy buffers and much more. - deepmedia/Knee
github.com
September 14, 2025 at 12:00 AM
TIL about uniffi, which it uses under the hood!
July 1, 2025 at 8:06 PM
One big thing we open-sourced as part of that were new Uniffi bindings between Rust and React Native hacks.mozilla.org/2024/12/intr... that we just extended to Wasm. It means people on the matrix protocol can now have all their business logic in rust and then use RN across mobile and desktop.
Introducing Uniffi for React Native: Rust-Powered Turbo Modules – Mozilla Hacks - the Web developer blog
Uniffi for React Native: Mozilla and Filament's open-source tool lets you build high-performance Modules in Rust.
hacks.mozilla.org
September 30, 2025 at 6:39 PM
PyO3 / maturin: Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages ★4172 https://github.com/PyO3/maturin
PyO3 / maturin
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
github.com
February 7, 2025 at 1:10 AM
📰 Lessons from Mixing Rust and Java: Fast, Safe, and Practical

💬 Uniffi-rs saves devs from manual bindings. It's a hit for multi-language support! Mixed vibes on alternatives: 🤔✨

https://news.ycombinator.com/item?id=43991221
May 18, 2025 at 8:45 AM
Third, we'll take a look at Zcash FROST UniFFI SDK. It converts the Zcash Rust FROST system into GoLang, Kotlin, and Swift. [6/9] github.com/zecdev/frost...
GitHub - zecdev/frost-uniffi-sdk: A (for now)Proof-of-Concept of a FROST Swift / GoLang (and possibly others) SDK using Uniffi
A (for now)Proof-of-Concept of a FROST Swift / GoLang (and possibly others) SDK using Uniffi - zecdev/frost-uniffi-sdk
github.com
November 25, 2024 at 5:55 PM
🦀 Introducing Uniffi for React Native: Rust-Powered Turbo Modules – Mozilla

https://buff.ly/4inbeee

#reactnative #rust #opensource
Introducing Uniffi for React Native: Rust-Powered Turbo Modules – Mozilla Hacks - the Web developer blog
Uniffi for React Native: Mozilla and Filament's open-source tool lets you build high-performance Modules in Rust.
buff.ly
December 6, 2024 at 9:00 PM
This Week In React 213

Read/subscribe online:
thisweekinreact.com/newsletter/213

⚛️
- React 19
- Next.js
- React Compiler
- React Router
- Restyle
- Lingui
📱
- State of RN
- Uniffi
- Shared Objects
- Fast IO
- Sheet Transitions
- Radon
December 11, 2024 at 6:25 PM
Mozilla Data YouTube Channel: Data Club Talk: Jan-Erik Rediger - The Glean UniFFI migration and how no one noticed Given at the Mozilla Data Club on August 12th, 2022.

Interest | Match | Feed
Origin
www.youtube.com
September 3, 2025 at 8:37 AM