NEW 220456
[WASM-References] Change linking.wast test expectations from assert_unlinkable to assert_uninstantiable
https://bugs.webkit.org/show_bug.cgi?id=220456
Summary [WASM-References] Change linking.wast test expectations from assert_unlinkabl...
Dmitry
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-01-14 22:13:13 PST
Note You need to log in before you can comment on or make changes to this bug.