#167: WebAssembly Response API / Web Embedding

Visit on Github.

Opened Apr 12, 2017

Hello TAG!

I'm requesting a TAG review of:

Typical usage pattern:

var memory = new WebAssembly.Memory({initial: 15});
WebAssembly.instantiateStreaming(fetch('https://wasmurl...'), 
                        {memory: memory}
).then((instance) => {
  instance.foo(123);
});
  • Primary contacts: flagxor, mtrofin

Further details (optional):

We'd prefer the TAG provide feedback as (please select one):

  • open issues in our Github repo for each point of feedback https://github.com/WebAssembly/design/issues
  • open a single issue in our Github repo for the entire review
  • leave review feedback as a comment in this issue and @-notify [github usernames]

Discussions