summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify part of type-checker. NFC (#2031)Sam Clegg2022-10-312-11/+1
| | | | | Simplify `CheckOpcode1` by avoiding using it for memory.fill. Simplify and move GetMemoryParam.
* Fix WITH_WASI build (#2017)Sam Clegg2022-10-061-28/+0
| | | | | Also, make sure we test this configuration. Fixes: #2016
* WastLexer: log lexing errors directly (#2013)Keith Winstein2022-10-031-6/+12
| | | | | * Log all lexing errors in WastLexer (rather than via parser) * Update docs/demo/libwabt.js
* Add tokens test + adjust Wast lexing to match updated spec (#2001)Keith Winstein2022-10-031-4/+8
| | | | | * Update testsuite (adding new tokens.txt test) * Adjust Wast lexing to match updated spec (WebAssembly/spec#1499)
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-2865-0/+12859
This makes things easier for users and packagers of libwabt.