| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Enable bulk memory by default (#1728) | Sam Clegg | 2021-10-13 | 1 | -1/+3 |
* | Set features of the Store used in wasm-interp (#1723) | Sam Clegg | 2021-10-12 | 1 | -0/+1 |
* | Add objdump flag to print section offsets instead of file offsets (#1696) | Derek Schuff | 2021-08-05 | 1 | -0/+4 |
* | Update exception handling support to current proposal (#1596) | Asumu Takikawa | 2021-02-10 | 1 | -2/+0 |
* | Use stderr for all logging and error output (#1579) | Sam Clegg | 2020-12-03 | 9 | -9/+9 |
* | Made the interpreter "type-safe" in debug mode (#1512) | Wouter van Oortmerssen | 2020-08-10 | 1 | -1/+3 |
* | wast2json: improved file error handling (#1511) | Oliver Horn | 2020-08-10 | 1 | -4/+11 |
* | Add tools to use LLVM's libFuzzer (#1507) | Ben Smith | 2020-08-03 | 1 | -0/+30 |
* | [decompiler] fixed blocks with params. (#1497) | Wouter van Oortmerssen | 2020-07-23 | 1 | -7/+9 |
* | Reference types changes to remove subtyping (#1407) | Ben Smith | 2020-05-28 | 1 | -33/+25 |
* | wasi: Implement more of the wasi API (#1430) | Sam Clegg | 2020-05-21 | 1 | -3/+28 |
* | Implement more WASI APIs (#1423) | Sam Clegg | 2020-05-16 | 1 | -3/+19 |
* | Use stderr for reporting errors in wasm-interp (#1422) | Sam Clegg | 2020-05-13 | 1 | -5/+7 |
* | Add initial MVP of WASI API support to wasm-interp (#1411) | Sam Clegg | 2020-05-12 | 1 | -28/+97 |
* | Fix typo. NFC. (#1410) | Sam Clegg | 2020-05-11 | 1 | -2/+1 |
* | Pass current Thread to host function callbacks (#1412) | Sam Clegg | 2020-05-11 | 2 | -3/+4 |
* | Update testsuite (for SIMD) (#1373) | Ben Smith | 2020-03-25 | 1 | -185/+520 |
* | New interpreter (#1330) | Ben Smith | 2020-02-21 | 2 | -346/+404 |
* | Move ValidateFuncSignatures after ParseModuleWat (#1338) | Ben Smith | 2020-02-21 | 1 | -8/+2 |
* | Always run ResolveNames after parsing .wast/.wat (#1337) | Ben Smith | 2020-02-20 | 3 | -44/+32 |
* | wasm-decompile: use symbols from linking section for names. (#1318) | Wouter van Oortmerssen | 2020-01-27 | 2 | -3/+2 |
* | Update testsuite (#1308) | Ben Smith | 2020-01-16 | 1 | -48/+7 |
* | Update testsuite (#1275) | Sam Clegg | 2020-01-09 | 1 | -96/+91 |
* | Report invalid literals when parsing spectest JSON files (#1288) | Sam Clegg | 2020-01-09 | 1 | -21/+35 |
* | Add default output name for wast2json (#1287) | Sam Clegg | 2020-01-08 | 1 | -8/+17 |
* | Several fixes for reference types (#1278) | Heejin Ahn | 2020-01-08 | 1 | -0/+6 |
* | wasm-decompile: overhauled name filtering. (#1272) | Wouter van Oortmerssen | 2019-12-23 | 1 | -3/+4 |
* | wabt-decompile: cleaned up string composition. (#1265) | Wouter van Oortmerssen | 2019-12-13 | 1 | -1/+2 |
* | Update spec testsuite (#1237) | Sam Clegg | 2019-11-22 | 2 | -15/+34 |
* | interpreter: Allow traps to include custom error strings (#1236) | Sam Clegg | 2019-11-19 | 2 | -23/+22 |
* | spectest-interp: Report when assert_trap passes and include error string. NFC... | Sam Clegg | 2019-11-19 | 1 | -0/+2 |
* | wasm-interp: Correctly report failure of start function (#1230) | Sam Clegg | 2019-11-18 | 1 | -0/+1 |
* | wast2json: add new `assert_return_func` assertion type (#1224) | Sam Clegg | 2019-11-15 | 1 | -1/+80 |
* | Rename v128_bits to simply vec128 since this is stored natively (#1207) | Sam Clegg | 2019-11-11 | 1 | -2/+2 |
* | wasm-decompile: Fixed arbitrary characters appearing in function names. (#1213) | Wouter van Oortmerssen | 2019-11-11 | 1 | -1/+2 |
* | Add `--version` to wabt tools (#1175) | Amir Bawab | 2019-10-09 | 12 | -12/+0 |
* | wasm-decompile: Improved naming. (#1163) | Wouter van Oortmerssen | 2019-09-23 | 1 | -1/+3 |
* | [WIP] Added initial skeleton code for wasm-decompile. (#1155) | Wouter van Oortmerssen | 2019-09-12 | 1 | -0/+114 |
* | Fix some bugs w/ wast2json and SIMD (#1140) | Ben Smith | 2019-08-10 | 1 | -1/+2 |
* | Add support for Features to wasm-opcodecnt and emit total instruction count. ... | nlewycky | 2019-08-10 | 1 | -0/+13 |
* | Add spec test support for V128. (#1110) | nlewycky | 2019-07-17 | 1 | -0/+12 |
* | [interp] Add flag to provide dummy import funcs (#1101) | Ben Smith | 2019-06-28 | 1 | -4/+22 |
* | Write assert_exhaustion text to JSON file (#1100) | Ben Smith | 2019-06-28 | 1 | -0/+2 |
* | Match custom section names in wasm-objdump (#1097) | Ben Smith | 2019-06-27 | 1 | -1/+3 |
* | Implement bulk memory in the interpreter (#1074) | Ben Smith | 2019-05-07 | 1 | -2/+0 |
* | Update testsuite; fix linking spec test (#1055) | Ben Smith | 2019-04-03 | 1 | -2/+3 |
* | Remove LexerSourceFile (#1054) | Ben Smith | 2019-04-01 | 4 | -21/+32 |
* | Rename anyfunc -> funcref; parse reference types (#1026) | Ben Smith | 2019-02-25 | 1 | -1/+1 |
* | Add support for the reference types proposal (#938) | Alex Crichton | 2019-02-14 | 1 | -1/+1 |
* | Return failed tests count from spectest-interp (#1003) | Ben Smith | 2019-02-01 | 1 | -9/+13 |