Printf only emits to serial output after \n character
janjongboom opened this issue · 0 comments
janjongboom commented
Emscripten 'issue' because we don't exit the runtime, is warned about in the console:
stdio streams had content in them that was not flushed. you should set NO_EXIT_RUNTIME to 0 (see the FAQ), or make sure to emit a newline when you printf etc.