Bug 246235

Summary: [WASM-Function-References] Change call_ref to take a type index
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebAssemblyAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bashorov, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 247393    

Asumu Takikawa
Reported 2022-10-07 14:37:53 PDT
The typed function references spec recently made a change to the format of `call_ref`: https://github.com/WebAssembly/function-references/pull/76 The instruction now takes a type index as a fixed parameter. e.g., `(call_ref 0 (i32.const 42) (ref.func 0))` instead of `(call_ref (i32.const 42) (ref.func 0))` before. (This also applies to `return_call_ref`)
Attachments
Radar WebKit Bug Importer
Comment 1 2022-10-14 14:38:39 PDT
Asumu Takikawa
Comment 2 2022-11-01 11:21:33 PDT
EWS
Comment 3 2022-11-03 12:32:45 PDT
Committed 256285@main (e8dd2e444f29): <https://commits.webkit.org/256285@main> Reviewed commits have been landed. Closing PR #6002 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.