RESOLVED FIXED314910
[Wasm] Build JS Wrappers and JSToWasmCallees Lazily
https://bugs.webkit.org/show_bug.cgi?id=314910
Summary [Wasm] Build JS Wrappers and JSToWasmCallees Lazily
Keith Miller
Reported 2026-05-15 12:41:41 PDT
...
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-15 12:41:49 PDT
Keith Miller
Comment 2 2026-05-15 13:36:39 PDT
EWS
Comment 3 2026-05-16 08:57:52 PDT
Committed 313362@main (29ac32293df6): <https://commits.webkit.org/313362@main> Reviewed commits have been landed. Closing PR #65007 and removing active labels.
Rob Buis
Comment 4 2026-05-21 07:16:16 PDT
It looks like this causes different behavior, i.e an empty test output, on LBSE on this test: run-webkit-tests --release --iteration=1 --additional-platform-directory=$PWD/LayoutTests/platform/mac-tahoe-wk2-lbse-text --additional-platform-directory=$PWD/LayoutTests/platform/mac-tahoe-wk2-pixel --additional-expectations=$PWD/LayoutTests/platform/mac-tahoe-wk2-lbse-text/TestExpectations --pixel-tests --internal-feature=LayerBasedSVGEngineEnabled=true --tolerance=0.01 LayoutTests/svg/animations/svg-element-attribute-changed-crash.html [1/1] svg/custom/resource-invalidation-crash.svg failed unexpectedly (text diff) It looks like the "await undefined;" part may have changed behaviour. Note that "normal" SVG seems unchanged (you would have seen it on bots otherwise). Any idea for a test rewrite so we can have the same behaviour as before 313362@main?
Note You need to log in before you can comment on or make changes to this bug.