-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
So, the tutorial contains an error when I first run emscripten (1.37.28), it gives the error
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.
It didn't say anything about the error in the tutorial, so it doesn't seem like that was intended, but if so, I can see where I can build with the -s flag, but that seems like a lot for "hello, world", so just wanted to be sure.