| Commit message (Expand) | Author | Age | Files | Lines |
* | wasm2c: simplify handling of templated code (#1940) | Keith Winstein | 2022-07-11 | 1 | -8/+2 |
* | Improve wasm2c example update process. NFC (#1857) | Sam Clegg | 2022-03-08 | 1 | -0/+1 |
* | Use ninja cmake generator by default (#1146) | Sam Clegg | 2021-04-04 | 1 | -1/+1 |
* | Fix emscripten build; rebuild libwabt.js (#1583) | Ben Smith | 2020-12-04 | 1 | -0/+1 |
* | Add tools to use LLVM's libFuzzer (#1507) | Ben Smith | 2020-08-03 | 1 | -9/+5 |
* | Move documentation to docs/ directory | Ben Smith | 2020-01-17 | 1 | -1/+1 |
* | Split run-unittests out as seperate target (#1255) | Sam Clegg | 2019-12-03 | 1 | -1/+1 |
* | Add i686-clang build config (#1240) | Sam Clegg | 2019-11-21 | 1 | -1/+5 |
* | Attempt to locate Emscripten if EMSCRIPTEN_DIR is not set (#1153) | Daniel Wirtz | 2019-09-25 | 1 | -1/+1 |
* | Rewrite the lexer manually, instead of re2c (#1058) | Ben Smith | 2019-04-03 | 1 | -8/+5 |
* | Fix emscripten build (#855) | Ben Smith | 2018-06-04 | 1 | -0/+4 |
* | Use templates for generating wasm2c source (#712) | Ben Smith | 2018-01-10 | 1 | -0/+9 |
* | Rename EMSCRIPTEN_DIR -> EMCC_DIR in Makefile (#597) | Ben Smith | 2017-08-28 | 1 | -4/+4 |
* | Rewrite parser as recursive descent (#591) | Ben Smith | 2017-08-15 | 1 | -9/+5 |
* | Enable and fix warnings for re2c (#509) | Ben Smith | 2017-06-19 | 1 | -1/+1 |
* | Use custom command to copy to bin/ (#502) | Ben Smith | 2017-06-16 | 1 | -2/+2 |
* | Update testsuite; various lexing/parsing fixes (#482) | Ben Smith | 2017-06-07 | 1 | -1/+1 |
* | Use + with $(MAKE) to use jobserver (#450) | Ben Smith | 2017-05-23 | 1 | -1/+1 |
* | Add fuzzing helper scripts, fix fuzzing bugs (#416) | Ben Smith | 2017-05-12 | 1 | -1/+1 |
* | Rename all occurences of AST (#413) | Ben Smith | 2017-05-04 | 1 | -5/+5 |
* | Fix emscripten demo and libwabt.js (#407) | Ben Smith | 2017-04-25 | 1 | -1/+2 |
* | Add install target to Makefile (#355) | Ben Smith | 2017-03-17 | 1 | -31/+29 |
* | Update CMake and Makefile to use .hh instead of .h (#330) | Ben Smith | 2017-03-01 | 1 | -1/+1 |
* | Switch C files to CC files (#309) | Ben Smith | 2017-02-23 | 1 | -4/+4 |
* | add gcc-debug-cov code coverage build (#303) | Ben Smith | 2017-02-15 | 1 | -1/+4 |
* | Add support for linkable modules (#228) | Sam Clegg | 2017-01-11 | 1 | -1/+1 |
* | Remove the "wasm-" prefix from source files | Ben Smith | 2016-11-04 | 1 | -5/+5 |
* | wast-desugar: reformats and desugars a wast file | Ben Smith | 2016-10-19 | 1 | -1/+2 |
* | Add wasmdump binary for inspecting wasm files (#161) | Sam Clegg | 2016-10-12 | 1 | -1/+1 |
* | Add wasmopcodecnt tests | Ben Smith | 2016-10-10 | 1 | -1/+1 |
* | WIP - parser stuff compiles | Ben Smith | 2016-09-29 | 1 | -1/+1 |
* | PR for Rename sexpr-wasm binaries #100 (#102) | Kwadwo 'Que' Amankwa | 2016-09-21 | 1 | -1/+1 |
* | remove squirrel stuff | Ben Smith | 2016-09-06 | 1 | -1/+1 |
* | move cmake options to the top of the file | Ben Smith | 2016-05-03 | 1 | -6/+4 |
* | ubsan should trap on error | Ben Smith | 2016-05-02 | 1 | -1/+3 |
* | ubsan build, need to fix one bug | Ben Smith | 2016-05-02 | 1 | -2/+5 |
* | remove generation date from prebuilt re2c lexer | Ben Smith | 2016-04-28 | 1 | -1/+1 |
* | rename Lexer -> AstLexer, Parser -> AstParser | Ben Smith | 2016-04-28 | 1 | -5/+5 |
* | lex using re2c instead of flex | Ben Smith | 2016-04-21 | 1 | -8/+8 |
* | emscripten build, w/ library bindings | Ben Smith | 2016-04-17 | 1 | -2/+6 |
* | squirrel interpreter works for simple cases | Ben Smith | 2016-04-11 | 1 | -1/+1 |
* | wasm interpreter | Ben Smith | 2016-04-02 | 1 | -1/+1 |
* | add afl-fuzzing setup again to Makefile | Ben Smith | 2016-04-01 | 1 | -2/+7 |
* | clean up Makefile and CMakeLists.txt | Ben Smith | 2016-04-01 | 1 | -62/+71 |
* | rename wasm-objdump -> wasm-wast | Ben Smith | 2016-03-21 | 1 | -1/+1 |
* | rebase of a bunch of early work on binary reading | Ben Smith | 2016-03-21 | 1 | -1/+1 |
* | Add options to build without GTest submodule | Ben Smith | 2016-03-21 | 1 | -0/+2 |
* | Add options to build without GTest submodule | Ben Smith | 2016-03-21 | 1 | -1/+8 |
* | add option to build using ninja CMake generator | Ben Smith | 2016-03-20 | 1 | -6/+18 |
* | rewrite hexfloat_test w/ gtest | Ben Smith | 2016-03-19 | 1 | -3/+4 |