summaryrefslogtreecommitdiff
path: root/src/interp/interp-util.cc
Commit message (Expand)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-2/+2
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-1/+1
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-0/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-3/+0
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-11/+5
* Update testsuite (for SIMD) (#1373)Ben Smith2020-03-251-2/+6
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+1
* Move more functionality into the v128 type (#1363)Ben Smith2020-03-201-2/+2
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-0/+1
* New interpreter (#1330)Ben Smith2020-02-211-0/+117