Re: [w3ctag/design-reviews] Top-level await (#376)

@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