emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.67k stars 3.29k forks source link

Convert readAsync to return a promise. NFC #22035

Closed sbc100 closed 4 months ago

sbc100 commented 4 months ago

Followup to #22026

Since all the call sites are mostly promise based it makes logical sense to return a promise here.

sbc100 commented 4 months ago

here you can see another example of the macOS test running timing out