Jukka Jylänki
|
eca09b5500
|
Use shared.listify() in tools/validate_asmjs.py, and enhance error message is SpiderMonkey is not found, and improve the output print.
|
2014-07-15 09:57:40 +02:00 |
Jukka Jylänki
|
451cde23ad
|
Fix tools/validate_asmjs.py to not throw if SPIDERMONKEY_ENGINE is not properly set.
|
2014-07-12 13:08:22 +03:00 |
Jukka Jylänki
|
19c1821f0e
|
Ease use with tools/validate_asmjs.py by making it look for a corresponding .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.
|
2014-04-09 16:09:44 +03:00 |
Jukka Jylänki
|
9b85e4b330
|
Use SPIDERMONKEY_ENGINE from ~/.emscripten in validate_asmjs.py as the primary source for locating SpiderMonkey. If it was not set appropriately, look from PATH.
|
2013-09-11 10:33:47 +03:00 |
Jukka Jylänki
|
0c6dba8f42
|
Add validate_asmjs.py tool to help unit-testing whether a build output is proper asm.js or not.
|
2013-09-11 10:33:42 +03:00 |