aboutsummaryrefslogtreecommitdiff
path: root/src/shell_minimal.html
AgeCommit message (Collapse)Author
2014-05-13Move the default WebGL context lost message to the default shell.html file ↵Jukka Jylänki
so that default applications still show the error message, and applications can easily override the behavior if/when they see fit.
2014-04-25indicate an error in the html shell when an exception is not caughtAlon Zakai
2014-04-10In default-provided shells, make standard C stdout always print out to ↵Jukka Jylänki
console.log(), and C stderr print out to console.error(). Make the presence of a html page output textbox optional. These changes make the default shells more friendly for Firefox for Android and Firefox OS devices.
2014-02-13improve emcc help on shell file, and add minimal shell file exampleAlon Zakai