uniffi-rs icon indicating copy to clipboard operation
uniffi-rs copied to clipboard

Extend `extern-rustbuffer` feature to other FFI functions

Open bendk opened this issue 1 year ago • 1 comments

This feature was added to make UniFFI work with the gecko-js bindings in mozilla-central. It currently only applies to the RustBuffer FFI functions, but any global FFI functions will require the same treatment. The only reason it hasn't been an issue yet is that the future functions are not yet used.

Maybe we could rename this to extern-ffi-functions or something.

bendk avatar Dec 12 '23 00:12 bendk

Alternatively, maybe the gecko-js bindings could re-export these functions somehow? That would be even better IMO.

bendk avatar Dec 12 '23 01:12 bendk