Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4b26c3bcf3a409f545ba06c1286a70d97f4eb70c
https://github.com/WebKit/WebKit/commit/4b26c3bcf3a409f545ba06c1286a70d97f4eb70c
Author: Cole Carley <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M JSTests/wasm/libwabt.js
Log Message:
-----------
Update libwabt.js to support newer WebAssembly features
https://bugs.webkit.org/show_bug.cgi?id=316677
rdar://179130573
Reviewed by Yusuke Suzuki.
libwabt.js is used to parse WAT in our tests. We currently use
[email protected]. This version does not support parsing for newer
WebAssembly features such as Table64.
I updated our libwabt.js file to use the latest version
([email protected]). Note that I added stubs for the TextDecoder class,
which is a new dependency. It calls the constructor, but is not
used after that.
* JSTests/wasm/libwabt.js:
Canonical link: https://commits.webkit.org/314914@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications