| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | remove PageSize and HasFeature, which wasm removed a while back (#1667) | Alon Zakai | 2018-09-12 | 1 | -2/+0 |
| * | BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650) | Jay Phelps | 2018-09-01 | 1 | -20/+19 |
| * | Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642) | Alex Crichton | 2018-08-30 | 1 | -4/+4 |
| * | Proper error handling in add* and get* methods (#1570) | Alon Zakai | 2018-07-10 | 1 | -0/+8 |
| * | Add a way to remove function types to Binaryen-C/.js (#1536) | Daniel Wirtz | 2018-05-08 | 1 | -0/+17 |
| * | Expose sign extension ops in Binaryen-C/.js (#1534) | Daniel Wirtz | 2018-05-07 | 1 | -1/+6 |
| * | Rename WasmType => Type (#1398) | Alon Zakai | 2018-02-02 | 1 | -31/+31 |
| * | Fix hard-wired buffer limit in the JS API (#1394) | Daniel Wirtz | 2018-02-01 | 1 | -1/+28 |
| * | Sourcemap support for Binaryen C/JS (#1392) | Daniel Wirtz | 2018-01-29 | 1 | -6/+65 |
| * | Atomic wait/wake fixes (#1383) | Alon Zakai | 2018-01-22 | 1 | -2/+2 |
| * | Also clear imports and exports maps in BinaryenModuleDispose (#1372) | Daniel Wirtz | 2018-01-19 | 1 | -0/+2 |
| * | Refactor optimization defaults (#1366) | Alon Zakai | 2018-01-17 | 1 | -24/+14 |
| * | Add optimize, shrink level and debug info options to C/JS (#1357) | Daniel Wirtz | 2018-01-17 | 1 | -0/+68 |
| * | runFunction => runOnFunction (we run on the function, not run the function) (... | Alon Zakai | 2018-01-10 | 1 | -2/+2 |
| * | Add getters for various specific expression fields to C/JS (#1332) | Daniel Wirtz | 2017-12-20 | 1 | -36/+944 |
| * | Provide AddImport/AddExport for each element in the C-API (#1292) | Daniel Wirtz | 2017-11-22 | 1 | -5/+115 |
| * | Running passes on a single function in binaryen-c/.js (#1295) | Daniel Wirtz | 2017-11-21 | 1 | -0/+60 |
| * | Add atomic load/store to binaryen-c/.js (#1298) | Daniel Wirtz | 2017-11-20 | 1 | -1/+23 |
| * | Add const expression utilities to binaryen-c/.js (#1288) | Daniel Wirtz | 2017-11-15 | 1 | -0/+54 |
| * | Fix yet another BinaryenAddGlobal tracing issue (#1283) | Daniel Wirtz | 2017-11-13 | 1 | -1/+1 |
| * | Added expression utility functions to binaryen-c/.js (#1269) | Daniel Wirtz | 2017-11-11 | 1 | -0/+47 |
| * | Fixed use of undefined 'types' array in BinaryenAddGlobal tracing (#1279) | Daniel Wirtz | 2017-11-10 | 1 | -1/+1 |
| * | Added BinaryenAtomic* incl. ops to binaryen-c (#1276) | Daniel Wirtz | 2017-11-09 | 1 | -1/+47 |
| * | Use 'BinaryenGlobalRef' instead of 'BinaryenImportRef' for globals in binarye... | Daniel Wirtz | 2017-11-07 | 1 | -1/+1 |
| * | Added the ability to run specific optimization passes to binaryen-c/.js (#1252) | Daniel Wirtz | 2017-10-30 | 1 | -0/+21 |
| * | notation change: AST => IR (#1245) | Alon Zakai | 2017-10-24 | 1 | -1/+1 |
| * | Add missing finalize() call to C API for call_indirect (#1184) | Sergey Pepyakin | 2017-09-14 | 1 | -0/+1 |
| * | Add missing prototypes for globals in binaryen-c.h (#1183) | Sergey Pepyakin | 2017-09-13 | 1 | -2/+2 |
| * | Initial asm.js output for binaryen-c / binaryen.js (#1136) | Daniel Wirtz | 2017-08-24 | 1 | -1/+17 |
| * | refactor and improve break validation. breaks names are unique, so we don't n... | Alon Zakai (kripken) | 2017-07-11 | 1 | -0/+1 |
| * | Add atomic loads and stores (#1077) | Derek Schuff | 2017-06-28 | 1 | -2/+2 |
| * | S-expression parsing in C API and binaryen.js (#1050) | Alon Zakai | 2017-06-13 | 1 | -0/+18 |
| * | C API fixes (#1042) | Alon Zakai | 2017-06-07 | 1 | -16/+17 |
| * | Update binaryen-c/binaryen.js, fixes #1028, fixes #1029 (#1030) | Daniel Wirtz | 2017-06-07 | 1 | -4/+102 |
| * | New binaryen.js (#922) | Alon Zakai | 2017-03-24 | 1 | -1/+1 |
| * | clean up raw pointer import->functionType, make it a Name like everything els... | Alon Zakai | 2017-02-17 | 1 | -1/+1 |
| * | Merge pull request #871 from WebAssembly/fix-c-api-unused-mem | Alon Zakai | 2017-01-05 | 1 | -0/+1 |
| |\ |
|
| | * | mark memory as existing when it is created in the C API | Alon Zakai (kripken) | 2017-01-04 | 1 | -0/+1 |
| * | | Print long string in one call (#864) | Loo Rong Jie | 2017-01-03 | 1 | -11/+11 |
| |/ |
|
| * | More binary updates for 0xc (#733) | Derek Schuff | 2016-10-03 | 1 | -0/+1 |
| * | Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725) | Alon Zakai | 2016-10-03 | 1 | -2/+2 |
| * | refactor wasm.h to remove numericIndex hacks, and move indexing to the parsers | Alon Zakai | 2016-09-21 | 1 | -0/+1 |
| * | import type for globals | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
| * | import kinds | Alon Zakai | 2016-09-07 | 1 | -0/+1 |
| * | export kinds | Alon Zakai | 2016-09-07 | 1 | -1/+7 |
| * | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -6/+3 |
| * | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -2/+41 |
| * | offset support in table | Alon Zakai | 2016-08-15 | 1 | -2/+4 |
| * | support function table initial and max sizes, and new printing format | Alon Zakai | 2016-08-12 | 1 | -0/+1 |
| * | support expressions in segment offsets | Alon Zakai | 2016-08-12 | 1 | -4/+4 |