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