Bug 220456 - [WASM-References] Change linking.wast test expectations from assert_unlinkable to assert_uninstantiable
Summary: [WASM-References] Change linking.wast test expectations from assert_unlinkabl...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-07 22:12 PST by Dmitry
Modified: 2021-01-14 22:13 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>