Bug 220456
Summary: | [WASM-References] Change linking.wast test expectations from assert_unlinkable to assert_uninstantiable | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dmitry <dbezhetskov> |
Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dmitry
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/73232827>