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
This is not an issue, so no need to worry :) I just wanted to thank you for creating these bindings for Nim. I am glad that more and more languages are getting support for webview. I have added a link to your repo in the readme.
By the way, I'm now working on Python and Node.js bindings and hope to provide some better C++ support. Also, some kind soul have made the bindings for Rust. I wonder if you would be interested in merging it all together into the main repo?
My concern is that the API is still unstable, and if we have to change something in webview.h - we will have to inform everyone who makes bindings to update them. If it was in a single place - then CI would break and it would get fixed immediately.
But anyway, thank you for the awesome bindings!
The text was updated successfully, but these errors were encountered:
Sure, I'd love to do that, but Nim has a very special package management tool call Nimble, and Nimble requires an webview.nimble in the project root directory, is that ok?
If that's ok , i can quickly transform this binding into an single file one, and make some PRs 😄
This is not an issue, so no need to worry :) I just wanted to thank you for creating these bindings for Nim. I am glad that more and more languages are getting support for webview. I have added a link to your repo in the readme.
By the way, I'm now working on Python and Node.js bindings and hope to provide some better C++ support. Also, some kind soul have made the bindings for Rust. I wonder if you would be interested in merging it all together into the main repo?
My concern is that the API is still unstable, and if we have to change something in
webview.h
- we will have to inform everyone who makes bindings to update them. If it was in a single place - then CI would break and it would get fixed immediately.But anyway, thank you for the awesome bindings!
The text was updated successfully, but these errors were encountered: