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

Don't you end up with the other problem as well, given that WASM modules are async, I would want to execute in parallel as much as possible and move away from declarative import statements and instead use `Promise.all()` or similar.

-- 
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-495225913

Received on Thursday, 23 May 2019 13:48:31 UTC