[webkit-changes] [WebKit/WebKit] 161954: [Wasm-GC] Fix recursive return type index for stru...

Asumu Takikawa noreply at github.com
Thu Jan 11 14:44:55 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1619546caa4017f3b25fcfdcc860c7e6ce6394df
      https://github.com/WebKit/WebKit/commit/1619546caa4017f3b25fcfdcc860c7e6ce6394df
  Author: Asumu Takikawa <asumu at igalia.com>
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
    M JSTests/wasm/gc/structs.js
    M Source/JavaScriptCore/wasm/WasmFunctionParser.h

  Log Message:
  -----------
  [Wasm-GC] Fix recursive return type index for struct.new_default
https://bugs.webkit.org/show_bug.cgi?id=267357

Reviewed by Justin Michaud.

Expands the type in the correct place now in validating struct.new_default.

* JSTests/wasm/gc/structs.js:
(testStructNewDefault):
* Source/JavaScriptCore/wasm/WasmFunctionParser.h:
(JSC::Wasm::FunctionParser<Context>::parseExpression):

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




More information about the webkit-changes mailing list