summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add Windows binary releases through AppVeyor (#1700)Alex Crichton2019-04-021-0/+5
* Delete wasm-merge (#1969)Thomas Lively2019-03-291-10/+0
* Merge pull request #1823 from juj/fix_vs2017_15.8_buildjuj2019-01-101-0/+3
|\
| * Fix Visual Studio 2017 15.8 buildJukka Jylänki2018-12-131-0/+3
* | remove wasm.js reference from CMakeLists.txt (#1859)Alon Zakai2019-01-091-5/+2
* | Aligned allocation fixes. Fixes #1845 (#1846)Alon Zakai2019-01-091-0/+15
|/
* Remove default cases (#1757)Thomas Lively2018-11-271-0/+1
* Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)Alex Crichton2018-08-301-8/+8
* switch from CMAKE_SOURCE_DIR to PROJECT_SOURCE_DIR to support add_subdirector...Jay Phelps2018-08-171-2/+2
* Fix out-of-tree install of wasm.js (#1616)Sam Clegg2018-07-061-2/+2
* Stop bundling binaryen.js builds (#1609)Alon Zakai2018-07-041-2/+9
* Remove s2wasm (#1607)Sam Clegg2018-06-281-11/+0
* Support wasm-reduce for Windows (#1488)Michael Ferris2018-03-261-13/+9
* Function pointer cast emulation (#1468)Alon Zakai2018-03-131-8/+2
* Allow disabling `-Werror`. (#1445)Richard Diamond2018-02-271-1/+6
* Flexible param numbers in asm2wasm (#1439)Alon Zakai2018-02-271-2/+2
* Fix #1437 by limiting -mfpu= to 32bit ARM targets (#1438)Jan Beich2018-02-221-40/+2
* Use -mfpu=vfpv3 instead of -march=native (#1192)Robert Flack2018-02-211-2/+1
* Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)Jacob Gravelle2018-02-141-11/+0
* address some MSVC warnings (#1386)Nathan Froyd2018-01-251-0/+4
* First pass at LLD support for Emscripten (#1346)Jacob Gravelle2018-01-221-0/+22
* wasm-metadce tool (#1320)Alon Zakai2017-12-061-0/+10
* Fixed compilation in GCC 7 (#1301)Iban Eguia2017-11-301-1/+0
* Print wasm2asm parsing errors (#1251)Alon Zakai2017-10-271-1/+1
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-12/+12
* Fast validation (#1204)Alon Zakai2017-10-021-1/+1
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-0/+16
* Initial asm.js output for binaryen-c / binaryen.js (#1136)Daniel Wirtz2017-08-241-1/+1
* Get wasm2asm building again (#1107)Thomas Lively2017-08-021-3/+12
* Set stack size on MinGW to match the 8MB that is set for Visual Studio. (#1103)juj2017-07-191-0/+1
* Factor wasm validator into a cpp file (#1086)Derek Schuff2017-07-101-9/+10
* Don't add C++-only flags to CMAKE_C_FLAGS (#1052)Sam Clegg2017-06-121-2/+8
* fix wasm-opt with INTERPRETER_DEBUGAlon Zakai (kripken)2017-06-011-0/+1
* Re-reloop pass (#1009)Alon Zakai2017-05-161-10/+10
* ctor evaller (#982)Alon Zakai2017-04-281-0/+11
* Fixed issue 965 as per @binji's wabt fix (#978)H-Plus-Time2017-04-241-2/+47
* wasm-merge tool (#919)Alon Zakai2017-04-171-0/+10
* Fix install locations per FHS and allow to customize them (#958)Jakub Jirutka2017-04-121-11/+11
* fix asm2wasm stack-overflow on windows (#962)Marco Trivellato2017-04-111-0/+2
* Make ast_utils into a library (#892)Derek Schuff2017-01-311-7/+8
* Allow release builds with asserts on windows (#882)Derek Schuff2017-01-131-3/+21
* Create CMake install targets for libs and JS files (#798)Derek Schuff2016-10-251-0/+6
* Move wasm.cpp and wasm-s-parser into a library (#796)Derek Schuff2016-10-201-14/+8
* Minor improvements to the wasm-interpreter debug messages (#784)jgravelle-google2016-10-181-0/+1
* Add new CMake option -DRUN_STATIC_ANALYZER=1 to enable running Visual Studio ...juj2016-10-171-0/+4
* Remove non-CMakeism that depends on a fixed CMAKE_BUILD_TYPE at configuration...juj2016-10-131-17/+24
* Add flag to s2wasm to export __growWasmMemory function (#696)jgravelle-google2016-09-091-0/+2
* separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t...Alon Zakai2016-07-131-0/+11
* rename binaryen-shell to wasm-shellAlon Zakai2016-07-131-8/+8
* Add appveyor.yml for Windows CI (#623)Peter Jas2016-07-111-1/+5