Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Conversation

@Curve
Copy link
Member

@Curve Curve commented Apr 23, 2021

No description provided.

Curve added 24 commits April 22, 2021 22:14
This improves the code base a little, it splits all the important parts into seperate headers. I've also reworked how exposing of c++ function works and prevented some crashes. callJSFunction got replaced by callFunction, which now does not have it's own custom implementation by me but instead uses std::future. shouldCloseOnExit got removed but you can now return true inside of the closeCallback to prevent closing of the window. When exposing an AsyncFunction the function will be called in a new thread. The current commit only contains the code for the webkit2gtk implementation, the windows implementation will follow soon and it will fix #1.
chore: add example
@Curve Curve merged commit 7250f97 into master Apr 23, 2021
@Curve Curve deleted the rewrite branch April 23, 2021 18:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants