NordSecurity / uniffi-bindgen-go

Uniffi bindings generator for Golang
Mozilla Public License 2.0
65 stars 18 forks source link

Can the bindgen tool be used with procmacro-defined uniffi exports? #37

Closed larsw closed 6 months ago

larsw commented 6 months ago

I currently define the exports only with procmacros, so I don't have a .udl file describing the interface. Is it still possible to use uniffi-bindgen-go?

larsw commented 6 months ago

Found out by reading the source that it actually supports reading library files.