[Webkit-unassigned] [Bug 246235] New: [WASM-Function-References] Change call_ref to take a type index
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 7 14:37:53 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=246235
Bug ID: 246235
Summary: [WASM-Function-References] Change call_ref to take a
type index
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebAssembly
Assignee: webkit-unassigned at lists.webkit.org
Reporter: asumu at igalia.com
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`)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221007/c48246c3/attachment.htm>
More information about the webkit-unassigned
mailing list