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
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Modern event handlers seem pretty broken when declared inside a function.
As a minimal example, this code:
Results in a segfault in my machine.
For some reason, commenting out the
"R"
print statement prevents the segfault, but the"M"
message isn't printed.I'm using the Rust bindings to 64-bit Sciter
4.4.2.4
, on a Windows 10 machine.By the way, really cool library.
The text was updated successfully, but these errors were encountered: