Bug 184888
Summary: | WebAssembly: add support for stream APIs - JavaScript API: Cover case if importObject contains a Memory | ||
---|---|---|---|
Product: | WebKit | Reporter: | GSkachkov <gskachkov> |
Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | hotaru, jfbastien, rob, ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 183442 | ||
Bug Blocks: | 173105 |
GSkachkov
If there's an importObject and it contains a Memory, then we can compile the module with the right memory type (fast or not) by looking at the memory's type.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
Will do it at the same time.
*** This bug has been marked as a duplicate of bug 173105 ***