[webkit-changes] [WebKit/WebKit] 8d03c6: [JSC] Wasm element type is u32

Yusuke Suzuki noreply at github.com
Mon Jan 9 20:00:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8d03c66477e27515ed83a15d6e9f66ec484f2898
      https://github.com/WebKit/WebKit/commit/8d03c66477e27515ed83a15d6e9f66ec484f2898
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M JSTests/wasm/spec-tests/binary.wast.js
    M Source/JavaScriptCore/wasm/WasmSectionParser.cpp

  Log Message:
  -----------
  [JSC] Wasm element type is u32
https://bugs.webkit.org/show_bug.cgi?id=250290
rdar://104057367

Reviewed by Saam Barati.

Wasm element section's type is u32, not u8.

* JSTests/wasm/spec-tests/binary.wast.js:
* Source/JavaScriptCore/wasm/WasmSectionParser.cpp:
(JSC::Wasm::SectionParser::parseElement):

Canonical link: https://commits.webkit.org/258697@main




More information about the webkit-changes mailing list