Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up CMake warning (#1081) | Bill Ticehurst | 2019-05-16 | 1 | -0/+2 |
| | |||||
* | Implemented tail call instructions: (#926) | Francis McCabe | 2018-10-12 | 1 | -0/+2 |
| | | | | | | return_call return_call_indirect with some simple tests thereof. | ||||
* | Add install target to Makefile (#355) | Ben Smith | 2017-03-17 | 1 | -3/+1 |
| | |||||
* | fix build-sm script to use GH archive | Ben Smith | 2016-05-12 | 1 | -1/+1 |
| | | | | | 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 | 1 | -0/+1 |
| | |||||
* | put ply output files in out/ directory | Ben Smith | 2016-05-03 | 1 | -10/+0 |
| | |||||
* | add {run-,}gen-wasm.py; used to generate .wasm | Ben Smith | 2016-04-27 | 1 | -0/+2 |
| | | | | These will be useful for testing the binary reader. | ||||
* | emscripten build, w/ library bindings | Ben Smith | 2016-04-17 | 1 | -0/+1 |
| | |||||
* | nicer overriding of various executables w/ testing | Ben Smith | 2016-03-21 | 1 | -0/+1 |
| | | | | | | | | | * run-tests.py now takes a `--d8-executable` flag * Added a `TOOL` directive to tests to reduce boilerplate * Change all tests to use the new `TOOL` directive * Factor out executable searching with fallback to find_exe.py This fixes issue #43. | ||||
* | implementation of vsnprintf was under the wrong check on Windows. | Michael Ferris | 2016-03-14 | 1 | -0/+1 |
| | |||||
* | Build on Windows | Michael Ferris | 2016-03-02 | 1 | -0/+7 |
| | |||||
* | [fuzz] add fuzz build, and gcc fixes so it builds | Ben Smith | 2016-02-14 | 1 | -0/+1 |
| | | | | | Looks like gcc is a little more strict about potentially unused variables. | ||||
* | use upstream v8 instead of v8-native-prototype | Ben Smith | 2015-12-17 | 1 | -0/+2 |
| | |||||
* | Initial commit | Ben Smith | 2015-08-31 | 1 | -0/+1 |