Bug 163768
Summary: | WebAssembly JS API: fix instance name | ||
---|---|---|---|
Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 163699 | ||
Bug Blocks: | 161709 |
JF Bastien
The following shouldn't return "Error": String(new WebAssembly.CompileError())
This came up while I did https://bugs.webkit.org/show_bug.cgi?id=163699
It's not super important, so I'll do it later.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
This is fixed at some point.