aboutsummaryrefslogtreecommitdiff
path: root/tools/validate_asmjs.py
AgeCommit message (Collapse)Author
2014-04-09Ease use with tools/validate_asmjs.py by making it look for a corresponding ↵Jukka Jylänki
.js file if a .html file without asm.js code is given. This matches the convention of emcc output, which generates .html and .js files with same basename.
2013-09-11Use SPIDERMONKEY_ENGINE from ~/.emscripten in validate_asmjs.py as the ↵Jukka Jylänki
primary source for locating SpiderMonkey. If it was not set appropriately, look from PATH.
2013-09-11Add validate_asmjs.py tool to help unit-testing whether a build output is ↵Jukka Jylänki
proper asm.js or not.