mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
Updates zig-js-runtime to latest, reverting the loop reset change. This solves the introduced memory leak. On WPT error, call js_env.wait() to ensure all pending events are completed. Without this, on error, the code is likely to crash as the timeout callback executes AFTER env.deinit() is called. This is now possible to do safely on Mac now that cancel is pseudo-implemented.