Bug 184888 - WebAssembly: add support for stream APIs - JavaScript API: Cover case if importObject contains a Memory
Summary: WebAssembly: add support for stream APIs - JavaScript API: Cover case if impo...
Status: RESOLVED DUPLICATE of bug 173105
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 183442
Blocks: 173105
  Show dependency treegraph
 
Reported: 2018-04-23 09:39 PDT by GSkachkov
Modified: 2021-01-25 14:00 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description GSkachkov 2018-04-23 09:39:04 PDT
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.
Comment 1 Yusuke Suzuki 2021-01-25 14:00:57 PST
Will do it at the same time.

*** This bug has been marked as a duplicate of bug 173105 ***