summaryrefslogtreecommitdiff
path: root/src/shell-interface.h
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-1/+1
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-11/+11
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-3/+5
* Remove FunctionType (#2510)Thomas Lively2019-12-111-5/+6
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Update spec test suite (#2484)Heejin Ahn2019-11-291-2/+2
* Print only literal values when printing literals (#2469)Heejin Ahn2019-11-261-2/+2
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+2
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-2/+2
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+2
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-3/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-29/+49
* Refactor interpreter initialization to use bulk memory (#2025)Thomas Lively2019-04-181-23/+4
* Passive segments (#1976)Thomas Lively2019-04-051-0/+3
* Code style improvements (#1868)Alon Zakai2019-01-151-1/+1
* Compare binaryen fuzz-exec to JS VMs (#1856)Alon Zakai2019-01-101-1/+1
* SIMD (#1820)Thomas Lively2018-12-131-0/+6
* Add virtual destructor to fix build warning/error (#1793)Sam Clegg2018-11-301-0/+1
* Fuzzing: log values during execution (#1779)Alon Zakai2018-11-301-1/+1
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+1
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-3/+3
* Remove default cases (#1757)Thomas Lively2018-11-271-1/+2
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-9/+15
* Print Stack IR in proper .wat format (#1630)Alon Zakai2018-08-141-1/+1
* afl-fuzz fixes for table/memory instantiation (#1460)Alon Zakai2018-03-061-4/+8
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* Make several derived classes final (#1180)Derek Schuff2017-09-121-1/+1
* Log callImport fatal error to cerr so it is not buffered. (#1036)Sam Clegg2017-06-121-2/+2
* trap on bad result types in shell-interface callTableAlon Zakai (kripken)2017-06-011-0/+3
* ctor evaller (#982)Alon Zakai2017-04-281-57/+16
* Wasm h to cpp (#926)jgravelle-google2017-03-101-1/+1
* Fully handle EM_ASM in s2wasm (#910)jgravelle-google2017-02-231-0/+1
* Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725)Alon Zakai2016-10-031-2/+2
* error on putting spectest.print in a tableAlon Zakai2016-09-211-0/+4
* table parsing and executing fixesAlon Zakai2016-09-201-1/+2
* support spectest.globalAlon Zakai2016-09-201-1/+14
* use globals in asm2wasmAlon Zakai2016-09-071-3/+5
* call_indirect is now structural, so no need to pass the type name aroundAlon Zakai2016-09-071-2/+1
* add drop and tee expressionsAlon Zakai2016-09-071-1/+1
* offset support in tableAlon Zakai2016-08-151-0/+24
* support expressions in segment offsetsAlon Zakai2016-08-121-2/+3
* add shared-constants.h for wasm constantsAlon Zakai2016-06-261-0/+1
* refactor interpreter code to provide expression executors for both standalone...Alon Zakai2016-06-181-1/+1
* parse error detailsAlon Zakai2016-05-121-1/+0
* use exceptions consistently to report input errorsAlon Zakai2016-05-121-0/+5
* Introduce a separate type for linear memory addresses (#477)Derek Schuff2016-05-111-3/+3
* just use a simple vector in data segmentsAlon Zakai2016-04-271-3/+3
* Split construction, scanning, and building phases of S2WasmBuilder (#400)Derek Schuff2016-04-271-2/+1
* refactor shell interface into its own fileAlon Zakai2016-04-041-0/+180