summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Explicitly disable WASM_BIGINT in emcc build when the CMake flag is off (#7162)Derek Schuff2024-12-191-0/+2
* Version 121 (#7153)Thomas Lively2024-12-161-1/+1
* Version 120 (#7033)Alon Zakai2024-10-251-1/+1
* Version 119 (#6910)Alon Zakai2024-09-051-1/+1
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-0/+1
* binaryen.js: Avoid catching exit, which confuses Node error reporting (#6764)Alon Zakai2024-07-171-0/+6
* Version 118 (#6720)Alon Zakai2024-07-081-1/+1
* Make Emscripten CMake build more configurable (#6638)Derek Schuff2024-05-311-3/+16
* [cmake] Remove redundant `binaryen_emscripten_SOURCES` (#6602)Sam Clegg2024-05-171-7/+2
* [NFC] Disable a warning that happens on system headers on CI (#6597)Alon Zakai2024-05-151-0/+4
* Fix Emscripten build with -Wno-unused-command-line-argument (#6392)Thomas Lively2024-03-121-1/+5
* Release 117 (#6358)Alon Zakai2024-02-271-1/+1
* [Emscripten port] Improve emcc flags (#6349)Alon Zakai2024-02-261-1/+18
* JS Bindings: Use stringToUTF8OnStack instead of deprecated allocateUTF8OnStac...Alon Zakai2024-02-201-2/+2
* binaryen.js: Remove closure flags that set the ES version (#6157)Alon Zakai2023-12-081-4/+1
* Improve browser build target (#6135)Thomas Steiner2023-11-281-4/+5
* Add browser target for binaryen toolchain utilities (#6131)Thomas Steiner2023-11-211-5/+21
* [NFC] Add explicit deduction guides for CTAD (#6094)Thomas Lively2023-11-091-0/+5
* [analysis][NFC] Use C++20 concepts for Lattice (#6027)Thomas Lively2023-10-181-0/+1
* [NFC] Split the new wat parser into multiple files (#5960)Thomas Lively2023-09-191-3/+5
* Prepare to release Version 116 (#5940)Thomas Lively2023-09-141-1/+1
* Prepare to release Version 115 (#5924)Alon Zakai2023-09-111-1/+1
* version_114 (#5789)Alon Zakai2023-06-281-1/+1
* Prepare to release v113 (#5726)Alon Zakai2023-05-161-1/+1
* [analysis] Add a new iterable CFG utility (#5712)Thomas Lively2023-05-121-3/+5
* Avoid specifying multiple opt level in cflags (#5103)Sam Clegg2023-04-291-5/+5
* Remove binaryen.js debug build changes to WASM_BIGINT flag (#5654)Alon Zakai2023-04-131-2/+13
* Fix Emscripten build for latest tot changes (#5610)Alon Zakai2023-03-311-2/+2
* Release 112 (#5486)Alon Zakai2023-02-101-1/+1
* Add a CMake flag to enable Wasm exceptions in the BinaryenJS build (#5454)Derek Schuff2023-02-021-2/+9
* binaryen.js: Properly export malloc/free (#5324)Alon Zakai2022-12-051-0/+2
* Add CMake option to only build tools needed for Emscripten (#5319)Derek Schuff2022-12-021-0/+3
* Rename BYN_INSTALL_TOOLS_ONLY to INSTALL_LIBS (NFC) (#5318)Derek Schuff2022-12-021-2/+5
* Remove `-sEXPORT_ES6` + Node.js workaround for binaryen.js (#5235)Kleis Auke Wolthuizen2022-11-211-3/+0
* Release 111 (#5264)Thomas Lively2022-11-181-1/+1
* Make closure errors into warnings in the Emscripten builds (#5063)Thomas Lively2022-09-201-0/+4
* Fix build on Emscripten tip of tree (#5019)Alon Zakai2022-09-061-0/+2
* Release 110 (#5001)Alon Zakai2022-08-311-1/+1
* Improve wasm debug build (#4842)Derek Schuff2022-07-291-4/+10
* Remove usage of emscripten's deprecated allocate runtime function (#4795)Sam Clegg2022-07-211-2/+0
* Cleanup emscripten `-s` flags (#4794)Sam Clegg2022-07-191-30/+30
* Enable sign-extension & bulk-memory features for binaryen.js builds (#4804)Max Graey2022-07-141-0/+2
* Fix binaryen.js to include allocate() explicitly (#4793)Alon Zakai2022-07-111-0/+2
* Release 109 (#4725)Alon Zakai2022-06-141-1/+1
* Link shared library against thread libraries (#4715)Sam Clegg2022-06-081-0/+5
* Fix dynamic linking for non-Debian Linux (#4713)jakobkummerow2022-06-061-1/+1
* Release 108 (#4658)Alon Zakai2022-05-111-1/+1
* Fix setting of stack size when building with clang for windows (#4654)TheGreatRambler2022-05-101-1/+5
* Add option to disable building tools (#4655)TheGreatRambler2022-05-101-1/+9
* Add CMake flag JS_OF_OCAML for js_of_ocaml (#4637)Blaine Bublitz2022-05-061-4/+29