What does HackerNews think of webview?

Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)

Language: C

#61 in C
#76 in Go
Curious what are the advantages of using expensive custom embedded browser engine like sciter / ultralight over system webview, or using system webview wrapper like https://github.com/webview/webview?
There is webview, a low level C library with various bindings that can be used to create a webview using os provided browser and interact with it. Wrt. featureset its is a lot more simpler and lower level than both electron and wails.

https://github.com/webview/webview