NordSecurity / uniffi-bindgen-go

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

test uniffi-bindgen-go on windows #15

Open gogo2464 opened 10 months ago

gogo2464 commented 10 months ago

The project should work on windows as well as linux but is only currently tested on Linux. See https://github.com/NordSecurity/uniffi-bindgen-go/blob/main/test_bindings.sh#L31C1-L31C16

More doc on compilation could be fine as well.

arg0d commented 10 months ago

Supporting Windows as a development OS is not a priority for us, but a PR would be welcome.

gogo2464 commented 10 months ago

I can do it.