summaryrefslogtreecommitdiff
path: root/src/emscripten-helpers.cc
Commit message (Expand)AuthorAgeFilesLines
* Use flat format for emscriptnen exported function list. NFC (#2108)Sam Clegg2022-12-211-3/+0
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-151-3/+3
* WastLexer: log lexing errors directly (#2013)Keith Winstein2022-10-031-2/+3
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-17/+17
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-3/+2
* Always run ResolveNames after parsing .wast/.wat (#1337)Ben Smith2020-02-201-6/+0
* Add `dummy_workaround_...` function to fix Travis (#941)Ben Smith2018-11-011-0/+3
* [libwabtjs] Add support for features (#921)Ben Smith2018-10-041-2/+31
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-38/+41
* Move WastLexer out of NameResolver, Validator, etc.Ben Smith2018-09-041-6/+3
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-6/+6
* Run clang-format over all the files (#814)Ben Smith2018-03-161-10/+4
* Use Streams in the WriteBinarySpecScript API (#744)Ben Smith2018-02-111-22/+88
* Creating emscripten-exported C bindings for wast handling functions. (#734)icefoxen2018-01-261-0/+72
* Fix emscripten build; update libwabt.jsBen Smith2017-12-121-1/+2
* Update emscripten demo to latestBen Smith2017-10-051-35/+20
* Only allow parsing one module with wat2wasm (#622)Ben Smith2017-09-121-1/+1
* Remove Writer class, move functionality into Stream (#613)Ben Smith2017-09-061-11/+7
* Return unique_ptr<Script> from parser (#605)Ben Smith2017-09-011-10/+12
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-15/+15
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-10/+10
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-061-39/+20
* Add validation to wasm2wast (#516)Ben Smith2017-06-221-2/+4
* Add wasm2wast functionality to emscripten build (#491)Ben Smith2017-06-141-21/+120
* Fix emscripten build (#498)Ben Smith2017-06-131-3/+5
* Rename all occurences of AST (#413)Ben Smith2017-05-041-21/+21
* Fix emscripten demo and libwabt.js (#407)Ben Smith2017-04-251-86/+151
* Switch C files to CC files (#309)Ben Smith2017-02-231-0/+115