bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.2k stars 106 forks source link

Flush `stdout` unconditionally #668

Closed saulecabrera closed 3 months ago

saulecabrera commented 3 months ago

Description of the change

This commit ensures that stdout is always correctly flushed after writing to it. This is critical for dynamic use-cases of Javy

Checklist