used wails webview and updated parts of nim webview
The original webview project was updated, functions were removed and a lot changed. The new Webview isn't using C99 but C++ as core languange. Wails (https://github.com/wailsapp/wails) is still using an "old" C99 version of webview and they also seem to maintain the library in case of bugs or functionality that is otherwise missing. The last change is 2 months ago. Therefore, I updated to wails webview, which still seems to be mostly compatible with the old version.
Wow, thanks a lot for taking the effort to update this lib. I just tried your fork and everything is working again, great job!
If there is no response from the original author of this repo, we should maybe try to have the entry in the nimble package list replaced with your fork.
This is at all not to disregard the efforts of the original author and we all know there are many reasons why an open-source project might get abandoned, but it would be nice if the nimble package list contained a working version of this lib.
Kind regards,
Axel
Hey Alex! I'm quite new to all this open source stuff. I just wanted nim webview to run on the latest ubuntu version. Glad that it is working for you 🙂
Yeah - I'm not sure what would be best... I was hoping that this somehow gets merged after some time. But maybe we actually need to create a PR for the nimble list too, if this is the way to do it.