[w3ctag/spec-reviews] WebAssembly Response API / Web Embedding (#167)

Hello TAG!

I'm requesting a TAG review of:

  - Name: WebAssembly Response API / Web Embedding
  - Specification URL: https://github.com/WebAssembly/design/blob/master/Web.md
      (See Additional Web Embedding API)
  - Explainer, Requirements Doc, or Example code:
Typical usage pattern:

var memory = new WebAssembly.Memory({intiatial: 15});
WebAssembly.instantiate(fetch('https://wasmurl...'), {memory: memory}).then(function(instance) {
  instance.foo(123);
});

  - Primary contacts: flagxor, mtrofin

Further details (optional):
  - Relevant time constraints or deadlines:
      Sooner is better, but no particular deadline.
  - [x] I have read and filled out the [Self-Review Questionnare on Security and Privacy](https://www.w3.org/TR/security-privacy-questionnaire/). The [assessment is here](https://github.com/flagxor/wasm-tag-questions/blob/master/WasmResponseApi.md).
  - [x] I have reviewed the TAG's [API Design Principles](https://w3ctag.github.io/design-principles/)

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

  - [x] 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]

--------------------------

_Please preview the issue and check that the links work before submitting_

For background, some decent explainers:

  https://github.com/w3c/ServiceWorker/blob/master/explainer.md
  https://github.com/zkoch/paymentrequest/blob/gh-pages/docs/explainer.md
  https://github.com/WICG/IntersectionObserver/blob/gh-pages/explainer.md (although this one includes IDL, which an explainer should not)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/167

Received on Wednesday, 12 April 2017 22:57:55 UTC