Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-09 | Ease 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-11 | Use 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-11 | Add validate_asmjs.py tool to help unit-testing whether a build output is ↵ | Jukka Jylänki | |
proper asm.js or not. |