Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move import to top of Python file (#191) | Derek Schuff | 2016-10-26 | 1 | -2/+2 |
| | | | Move import to top of Python file, and remove extra blank lines to satisfy Appveyor's version of flake8 | ||||
* | Add appveyor.yml from Binaryen (#189) | Derek Schuff | 2016-10-26 | 1 | -6/+7 |
| | | | | | | | | * Add appveyor.yml from Binaryen * Update gen-emscripten-exported-json.py to comply (almost) with PEP8 * fix typo | ||||
* | Add wasmdump binary for inspecting wasm files (#161) | Sam Clegg | 2016-10-12 | 1 | -1/+1 |
| | | | | | | * Add wasmdump binary for inspecting wasm files Run this tool to as part of the 'dump' tests rather than using the -d flag to wast2wasm. | ||||
* | Add wasmopcodecnt tests | Ben Smith | 2016-10-10 | 1 | -20/+1 |
| | | | | | Also rename the last few places using SexprWasm, WasmWast. Make formatting a little nicer too. | ||||
* | Fix broken 'run-tests' target (#104) | Sam Clegg | 2016-09-22 | 1 | -5/+5 |
| | | | | | | | | This is followup to (#102) which renamed the executable files. It propagated the rename the tools and test runner. It also fixes the 'run-tests' target which was passing the wrong argument name to the run_tests.py script. | ||||
* | remove JavaScript engine testing (#89) | Ben Smith | 2016-06-17 | 10 | -369/+0 |
| | | | | | It's not really the appropriate place to handle it. Now that we have wasm-wast and wasm-interp, we can at least verify that the tools are internally consistent. | ||||
* | add script to generate emscripten-exported.json | Ben Smith | 2016-05-13 | 1 | -0/+108 |
| | | | | | It would be nicer to have this automatically integrated with the build, but this is OK for now. | ||||
* | fix build-sm script to use GH archive | Ben Smith | 2016-05-12 | 5 | -46/+55 |
| | | | | | You can't git clone to a specific commit SHA, so we just download the source archive from Github. | ||||
* | scripts for building/{up,down}loading spidermonkey | Ben Smith | 2016-05-10 | 4 | -0/+149 |
| | |||||
* | OSX travis build | Ben Smith | 2016-05-05 | 1 | -0/+27 |
| | |||||
* | {download,upload}-d8.sh scripts support MacOSX | Ben Smith | 2016-05-05 | 7 | -21/+46 |
| | | | | Also, remove uses of readlink -f because they don't work on OSX. | ||||
* | create wider but shallower travis build matrix | Ben Smith | 2016-04-30 | 3 | -32/+16 |
| | |||||
* | update v8, and fix tests | Ben Smith | 2016-04-29 | 2 | -2/+2 |
| | |||||
* | lex using re2c instead of flex | Ben Smith | 2016-04-21 | 2 | -3/+3 |
| | |||||
* | add wasm-interp to travis-test.sh | Ben Smith | 2016-04-02 | 1 | -13/+27 |
| | | | | | Also refactor travis-test.sh a bit so it's easier to add more executables. | ||||
* | clean up Makefile and CMakeLists.txt | Ben Smith | 2016-04-01 | 3 | -6/+6 |
| | | | | | Primarily this is moving the sanitizer builds out of CMakeLists.txt and into the Makefile. It's much cleaner this way. | ||||
* | a few more fixes for roundtrip tests | Ben Smith | 2016-03-21 | 1 | -14/+20 |
| | | | | | | | | * write roundtrip files to a different location so two threads don't fight over writing it (probably should just write it once, but I can optimize that later) * refactor travis-test.sh a bit to cleanup passing args to run_tests * pass args when running gcc/Debug-no-flex-bison | ||||
* | travis-test.sh now handles wasm-wast | Ben Smith | 2016-03-21 | 1 | -13/+13 |
| | |||||
* | Add options to build without GTest submodule | Ben Smith | 2016-03-21 | 1 | -1/+4 |
| | | | | | This is used by the Wasm waterfall. Also, rename the CMake "test" target to "run-tests", to avoid the nasty warning. | ||||
* | fix typo in travis-build.sh | Ben Smith | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | update travis-build.sh for new Makefile changes | Ben Smith | 2016-03-16 | 1 | -3/+3 |
| | |||||
* | fix test/run-d8.py on Windows | Ben Smith | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | add build-d8.bat file for building on Windows | Ben Smith | 2016-03-12 | 1 | -0/+43 |
| | |||||
* | build CMakeLists w/out building flex/bison | Ben Smith | 2016-03-12 | 2 | -0/+9 |
| | | | | | This will test that the prebuilt C source files are updated along with the .y and .l files. | ||||
* | add 32-bit build for gcc | Ben Smith | 2016-03-12 | 3 | -27/+64 |
| | |||||
* | .travis fixes for cmake change | Ben Smith | 2016-03-12 | 2 | -0/+86 |
| | |||||
* | add license header to sources | Ben Smith | 2016-01-05 | 3 | -0/+48 |
| | |||||
* | update download-d8 to use v8 directory | Ben Smith | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | use upstream v8 instead of v8-native-prototype | Ben Smith | 2015-12-17 | 2 | -33/+6 |
| | |||||
* | pin v8 revision in scripts/build-d8 | Ben Smith | 2015-12-07 | 1 | -1/+3 |
| | | | | This way v8-native and v8 will stay in sync. | ||||
* | update download-d8 to always use submodule sha | Ben Smith | 2015-10-19 | 1 | -1/+2 |
| | |||||
* | update v8-native-prototype | Ben Smith | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | update download-d8 to newest v8-native-prototype | Ben Smith | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | flags for build-d8.sh script | Ben Smith | 2015-10-05 | 1 | -15/+36 |
| | |||||
* | update v8-native-prototype. This fixes i64 mem loads | Ben Smith | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | fix upload script | Ben Smith | 2015-09-27 | 1 | -1/+1 |
| | | | | | gsutil will not append the basename of the file unless you end the destination with a slash. | ||||
* | update v8-native-prototype | Ben Smith | 2015-09-27 | 2 | -1/+17 |
| | |||||
* | update v8-native-prototype | Ben Smith | 2015-09-23 | 2 | -5/+10 |
| | |||||
* | use webassembly bucket for download-d8 | Ben Smith | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | mkdir out before downloading d8 | Ben Smith | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | download d8 on travis instead of building it | Ben Smith | 2015-09-13 | 1 | -0/+38 |
| | | | | This should speed up the builds considerably. | ||||
* | unset CC before building d8 | Ben Smith | 2015-09-08 | 1 | -0/+3 |
| | |||||
* | v8-native-prototype submodule | Ben Smith | 2015-09-08 | 1 | -0/+34 |
Also added script to build d8 from source |