summaryrefslogtreecommitdiff
path: root/src/tools/wasm-interp.cc
Commit message (Expand)AuthorAgeFilesLines
* Add error when parameter size does not match on wasm-interp run-export (#2250)Raphael Amorim2023-06-091-0/+7
* wasm-interp: Add --run-export and --argument (#2176)Raphael Amorim2023-03-191-0/+114
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-9/+9
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-9/+8
* Remove redundant `BindImports` call (NFC) (#1791)Heejin Ahn2021-12-201-1/+0
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-091-2/+3
* Set features of the Store used in wasm-interp (#1723)Sam Clegg2021-10-121-0/+1
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+1
* 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-111-2/+2
* New interpreter (#1330)Ben Smith2020-02-211-100/+83
* Update spec testsuite (#1237)Sam Clegg2019-11-221-3/+3
* interpreter: Allow traps to include custom error strings (#1236)Sam Clegg2019-11-191-3/+3
* wasm-interp: Correctly report failure of start function (#1230)Sam Clegg2019-11-181-0/+1
* Add `--version` to wabt tools (#1175)Amir Bawab2019-10-091-1/+0
* [interp] Add flag to provide dummy import funcs (#1101)Ben Smith2019-06-281-4/+22
* Refactor interpreter a bit (#919)Ben Smith2018-10-021-2/+2
* [wasm-interp] Fix assert with non-func exports (#912)Ben Smith2018-09-131-0/+3
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-5/+6
* [interp] Simplify host module imports (#889)Ben Smith2018-08-131-67/+20
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-2/+2
* Fix GCC 8 error due to `-Werror=class-memaccess`. (#858)Marvin Löbel2018-06-051-1/+2
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-071-1/+2
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-2/+4
* Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678)Sam Clegg2017-11-281-1/+1
* Refactor interpreter execution (#650)Ben Smith2017-10-121-11/+11
* Rename interpreter -> interp everywhere (#649)Ben Smith2017-10-121-31/+30
* Share code between wasm-interp and spectest-interp (#644)Ben Smith2017-10-031-129/+17
* Add spectest-interp tool; split from wasm-interp (#643)Ben Smith2017-10-031-1193/+37
* [wasm-objdump] Continue reading sections on error (#636)Ben Smith2017-09-261-2/+4
* Only allow parsing one module with wat2wasm (#622)Ben Smith2017-09-121-1/+1
* Rename wast2wasm -> wat2wasm, wast2json (#617)Ben Smith2017-09-081-1/+1
* Remove default cases from enum switches (#607)Sam Clegg2017-09-051-7/+4
* Update testsuite (#609)Ben Smith2017-09-041-1/+12
* Return unique_ptr<Script> from parser (#605)Ben Smith2017-09-011-2/+2
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-11/+11
* Move Result to its own file (result.h) (#600)Ben Smith2017-08-291-6/+0
* Refactor interpreter imports (#592)Ben Smith2017-08-171-5/+6
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-4/+6
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-151-51/+52
* Use C++ class in wasm-interp instead of Context (#583)Ben Smith2017-07-251-323/+357
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-315/+309
* Rename read_file -> ReadFile; now returns vector (#572)Ben Smith2017-07-141-21/+7
* Remove StringSlice from interpreter (#569)Ben Smith2017-07-141-184/+145
* Use templates instead of macros in interpreter (#564)Ben Smith2017-07-141-8/+6
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-061-15/+13