emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.92k stars 3.32k forks source link

Use async/await instead of promises for wasm loading. NFC #23068

Open sbc100 opened 22 hours ago

sbc100 commented 22 hours ago

These get lowered away by babel when targetting older engines.

Followup to #23066, with code size savings.

sbc100 commented 22 hours ago

This change builds upon #23066

sbc100 commented 1 hour ago

view with ignore whitespace