[Webkit-unassigned] [Bug 218331] New: [WASM-References] Modernize reference types support in JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 05:31:06 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=218331

            Bug ID: 218331
           Summary: [WASM-References] Modernize reference types support in
                    JSC
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbezhetskov at igalia.com

The JSC uses an outdated version of the reference types proposal, in short ref-types.
Both SpiderMonkey and V8 engines support recent version of ref-types, so to make JSC better we should update it.

JSC implements ref-types version which corresponds the version right before this PR https://github.com/WebAssembly/reference-types/pull/87.

There are a few tasks to do:
1) rename anyref to externref
2) extend JSC wasm parser to parse immediates for ref.null and ref.is_null
3) adapt recent tests from existing implementations (SpiderMonkey and V8)

-- 
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/20201029/9aa1e01e/attachment-0001.htm>


More information about the webkit-unassigned mailing list