summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: simplify handling of templated code (#1940)Keith Winstein2022-07-111-8/+2
* Improve wasm2c example update process. NFC (#1857)Sam Clegg2022-03-081-0/+1
* Use ninja cmake generator by default (#1146)Sam Clegg2021-04-041-1/+1
* Fix emscripten build; rebuild libwabt.js (#1583)Ben Smith2020-12-041-0/+1
* Add tools to use LLVM's libFuzzer (#1507)Ben Smith2020-08-031-9/+5
* Move documentation to docs/ directoryBen Smith2020-01-171-1/+1
* Split run-unittests out as seperate target (#1255)Sam Clegg2019-12-031-1/+1
* Add i686-clang build config (#1240)Sam Clegg2019-11-211-1/+5
* Attempt to locate Emscripten if EMSCRIPTEN_DIR is not set (#1153)Daniel Wirtz2019-09-251-1/+1
* Rewrite the lexer manually, instead of re2c (#1058)Ben Smith2019-04-031-8/+5
* Fix emscripten build (#855)Ben Smith2018-06-041-0/+4
* Use templates for generating wasm2c source (#712)Ben Smith2018-01-101-0/+9
* Rename EMSCRIPTEN_DIR -> EMCC_DIR in Makefile (#597)Ben Smith2017-08-281-4/+4
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-151-9/+5
* Enable and fix warnings for re2c (#509)Ben Smith2017-06-191-1/+1
* Use custom command to copy to bin/ (#502)Ben Smith2017-06-161-2/+2
* Update testsuite; various lexing/parsing fixes (#482)Ben Smith2017-06-071-1/+1
* Use + with $(MAKE) to use jobserver (#450)Ben Smith2017-05-231-1/+1
* Add fuzzing helper scripts, fix fuzzing bugs (#416)Ben Smith2017-05-121-1/+1
* Rename all occurences of AST (#413)Ben Smith2017-05-041-5/+5
* Fix emscripten demo and libwabt.js (#407)Ben Smith2017-04-251-1/+2
* Add install target to Makefile (#355)Ben Smith2017-03-171-31/+29
* Update CMake and Makefile to use .hh instead of .h (#330)Ben Smith2017-03-011-1/+1
* Switch C files to CC files (#309)Ben Smith2017-02-231-4/+4
* add gcc-debug-cov code coverage build (#303)Ben Smith2017-02-151-1/+4
* Add support for linkable modules (#228)Sam Clegg2017-01-111-1/+1
* Remove the "wasm-" prefix from source filesBen Smith2016-11-041-5/+5
* wast-desugar: reformats and desugars a wast fileBen Smith2016-10-191-1/+2
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-1/+1
* Add wasmopcodecnt testsBen Smith2016-10-101-1/+1
* WIP - parser stuff compilesBen Smith2016-09-291-1/+1
* PR for Rename sexpr-wasm binaries #100 (#102)Kwadwo 'Que' Amankwa2016-09-211-1/+1
* remove squirrel stuffBen Smith2016-09-061-1/+1
* move cmake options to the top of the fileBen Smith2016-05-031-6/+4
* ubsan should trap on errorBen Smith2016-05-021-1/+3
* ubsan build, need to fix one bugBen Smith2016-05-021-2/+5
* remove generation date from prebuilt re2c lexerBen Smith2016-04-281-1/+1
* rename Lexer -> AstLexer, Parser -> AstParserBen Smith2016-04-281-5/+5
* lex using re2c instead of flexBen Smith2016-04-211-8/+8
* emscripten build, w/ library bindingsBen Smith2016-04-171-2/+6
* squirrel interpreter works for simple casesBen Smith2016-04-111-1/+1
* wasm interpreterBen Smith2016-04-021-1/+1
* add afl-fuzzing setup again to MakefileBen Smith2016-04-011-2/+7
* clean up Makefile and CMakeLists.txtBen Smith2016-04-011-62/+71
* rename wasm-objdump -> wasm-wastBen Smith2016-03-211-1/+1
* rebase of a bunch of early work on binary readingBen Smith2016-03-211-1/+1
* Add options to build without GTest submoduleBen Smith2016-03-211-0/+2
* Add options to build without GTest submoduleBen Smith2016-03-211-1/+8
* add option to build using ninja CMake generatorBen Smith2016-03-201-6/+18
* rewrite hexfloat_test w/ gtestBen Smith2016-03-191-3/+4