Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove obsolete comment from relooper fuzzer | Alon Zakai | 2016-05-07 | 1 | -1/+1 | |
| | ||||||
* | relooper fuzzing improvements (#453) | Alon Zakai | 2016-05-06 | 1 | -15/+22 | |
| | ||||||
* | add a fuzzer for the relooper through the C API | Alon Zakai | 2016-05-06 | 1 | -0/+282 | |
| | ||||||
* | br_table offsets are int32s, not lebs | Alon Zakai | 2016-04-22 | 1 | -2/+2 | |
| | ||||||
* | update wasm.js | Alon Zakai | 2016-04-21 | 1 | -0/+3 | |
| | ||||||
* | fix spidermonkify | Alon Zakai | 2016-04-21 | 1 | -5/+8 | |
| | ||||||
* | spidermonkify debugging comment | Alon Zakai | 2016-04-21 | 1 | -1/+5 | |
| | ||||||
* | we export memory properly now, no need in spidermonkify.py | Alon Zakai | 2016-03-30 | 1 | -10/+0 | |
| | ||||||
* | python fix | Alon Zakai | 2016-03-12 | 1 | -1/+0 | |
| | ||||||
* | update spidermonkify.py to not fix page size, which is already done now | Alon Zakai | 2016-03-12 | 1 | -10/+4 | |
| | ||||||
* | Re-enable flake8 | JF Bastien | 2016-03-12 | 1 | -9/+26 | |
| | | | | Was disabled in https://github.com/WebAssembly/binaryen/pull/229 | |||||
* | comment | Alon Zakai | 2016-03-09 | 1 | -0/+2 | |
| | ||||||
* | remove lower-if-else from spidermonkify | Alon Zakai | 2016-03-07 | 1 | -8/+0 | |
| | ||||||
* | remove br_table hack in spidermonkfiy | Alon Zakai | 2016-03-07 | 1 | -2/+0 | |
| | ||||||
* | remove temp file | Alon Zakai | 2016-03-07 | 1 | -0/+1 | |
| | ||||||
* | no need for .buffer for instantiateModule | Alon Zakai | 2016-03-06 | 1 | -4/+0 | |
| | ||||||
* | more python fixes | Alon Zakai | 2016-03-05 | 1 | -6/+6 | |
| | ||||||
* | more python fixes | Alon Zakai | 2016-03-05 | 1 | -2/+4 | |
| | ||||||
* | python formatting | Alon Zakai | 2016-03-05 | 1 | -5/+16 | |
| | ||||||
* | spidermonkify improvements, enough for -O1 hello world to work | Alon Zakai | 2016-03-05 | 1 | -1/+2 | |
| | ||||||
* | add spidermonkify script | Alon Zakai | 2016-03-05 | 1 | -0/+56 | |
| | ||||||
* | Improve diagnostic for download_tar. | JF Bastien | 2016-01-17 | 1 | -1/+5 | |
| | ||||||
* | Fix 'remove' call. | JF Bastien | 2016-01-17 | 1 | -1/+1 | |
| | ||||||
* | Remove older tarfiles properly. | JF Bastien | 2016-01-17 | 1 | -1/+1 | |
| | ||||||
* | untar: don't compare when a dir doesn't exist | JF Bastien | 2016-01-17 | 1 | -1/+5 | |
| | | | | Fixes issues in #112. | |||||
* | Make the untar API more intuitive | JF Bastien | 2016-01-16 | 1 | -22/+57 | |
| | | | | As discussed in #112. | |||||
* | Factor out some support code | JF Bastien | 2016-01-16 | 3 | -0/+116 | |
Patches such as #112 could use them. |