You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the output package name is still foo, and additionally if I enter a nonexistent file such as -c do_not_exist.toml there are no errors and just continues to generate bindings normally.
The text was updated successfully, but these errors were encountered:
Version:
uniffi-bindgen 0.2.1+v0.25.0
I've setup a uniffi_go.toml config file with just:
package = "libfoo"
and ran
uniffi-bindgen-go -c uniffi_go.toml --library ../../target/release/foo.dylib --out-dir ./go_bindings
'However the output package name is still foo, and additionally if I enter a nonexistent file such as -c do_not_exist.toml there are no errors and just continues to generate bindings normally.
The text was updated successfully, but these errors were encountered: