jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
Other
0 stars 0 forks source link

Generate test files from library file, rather than UDL #30

Closed jhugman closed 1 month ago

jhugman commented 2 months ago

According to The Big O of Code Reviews, this is a O(n) change.

This PR finishes off the cargo xtask run command for running test files.

As we start the newer fixtures and examples, we are no longer able to rely on UDL files: instead we have to use the compiled .so/.dylib files which include the whole ComponentInterface derived from the proc_macros as well as UDL files.