summaryrefslogtreecommitdiff
path: root/src/interp/interp-wasm-c-api.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-1/+4
* Update wasm-c-api support to current API (#2172)Keith Winstein2023-03-141-30/+32
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-15/+17
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-6/+6
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-10/+10
* Fix type names for function references (#1787)Sam Clegg2021-12-131-4/+4
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-091-2/+2
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-2/+2
* Add wasm_importtype_* functions to wasm-c-api (#1586)Ben Smith2021-01-091-0/+43
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+1
* [wasm-c-api] Implement missing functions (#1461)Ben Smith2020-06-101-0/+32
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-29/+13
* Pass current Thread to host function callbacks (#1412)Sam Clegg2020-05-111-4/+4
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-2/+2
* New interpreter (#1330)Ben Smith2020-02-211-881/+690
* Initial WASM C API implementation. (#1250)Sam Clegg2020-01-161-0/+1432