Bug 246235
Summary: | [WASM-Function-References] Change call_ref to take a type index | ||
---|---|---|---|
Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
Component: | WebAssembly | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101187388>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/6002
EWS
Committed 256285@main (e8dd2e444f29): <https://commits.webkit.org/256285@main>
Reviewed commits have been landed. Closing PR #6002 and removing active labels.