uniffi-rs
uniffi-rs copied to clipboard
Extend `extern-rustbuffer` feature to other FFI functions
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.
Alternatively, maybe the gecko-js bindings could re-export these functions somehow? That would be even better IMO.