Visit on Github.
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); });
Further details (optional):
We'd prefer the TAG provide feedback as (please select one):
OpenedApr 12, 2017
Hello TAG!
I'm requesting a TAG review of:
Typical usage pattern:
Further details (optional):
We'd prefer the TAG provide feedback as (please select one):