--- author: default date: 2023-08-08T11:15:31Z tags: [feeds] feed: description: "hacks.mozilla.org" domain: "hacks.mozilla.org" enclosure: "" favicon: "/data/media/favicon.httpshacksmozillaorgfeed.png" home: "https://hacks.mozilla.org/" link: "https://hacks.mozilla.org/2023/08/autogenerating-rust-js-bindings-with-uniffi/" name: "Mozilla Hacks" source: "https://hacks.mozilla.org/feed/" --- This blog post will walk through how we developed UniFFI: a Rust library for auto-generating foreign language bindings. We will walk through some of the issues that arose along the way and how we handled them. The post Autogenerating Rust-JS bindings...