Bug 220456

Summary: [WASM-References] Change linking.wast test expectations from assert_unlinkable to assert_uninstantiable
Product: WebKit Reporter: Dmitry <dbezhetskov>
Component: WebAssemblyAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Dmitry 2021-01-07 22:12:09 PST
Reference types proposal requires to throw a new type of exception for incorrect data sections or element sections,
now we should throw RuntimeError instead of LinkingError.

However, community don't pay much attention to the type of exception and consider this as minor thing - https://github.com/WebAssembly/bulk-memory-operations/issues/133.
So right now we could raise LinkingError and switch to RuntimeError when reference types will be enabled by default.
Comment 1 Radar WebKit Bug Importer 2021-01-14 22:13:13 PST
<rdar://problem/73232827>