- From: Daniel Ehrenberg <notifications@github.com>
- Date: Thu, 23 May 2019 07:01:00 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 May 2019 14:01:26 UTC
@kenchris The semantics of top-level await are based around these import statements executing in parallel, not in series, so it should be like using `Promise.all`. import statements are very popular among JavaScript developers (in transpilers), and I think it'd be great if people could transparently use them with modules that use WebAssembly as well. -- 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/design-reviews/issues/376#issuecomment-495231362
Received on Thursday, 23 May 2019 14:01:26 UTC