mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
Update zig-js-runtime, wait for loop on wpt error
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.
This commit is contained in:
2
vendor/zig-js-runtime
vendored
2
vendor/zig-js-runtime
vendored
Submodule vendor/zig-js-runtime updated: ce1bffb8f5...f3a9e3d448
Reference in New Issue
Block a user