summaryrefslogtreecommitdiff
path: root/src/js/binaryen.js-post.js
Commit message (Expand)AuthorAgeFilesLines
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-6/+23
* Add mutable parameter to global imports in C/JS API (#2317)Daniel Wirtz2019-09-031-2/+2
* Add missing new features to the C and JS APIs (#2312)Daniel Wirtz2019-08-281-0/+2
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-11/+25
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+1
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+48
* More push/pop support (#2260)Heejin Ahn2019-07-241-0/+32
* Tail call C/JS API (#2223)Thomas Lively2019-07-151-0/+10
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-1/+1
* Add event section (#2151)Heejin Ahn2019-05-311-0/+37
* Add Features.MVP and Features.All to binaryen.js (#2148)Heejin Ahn2019-05-291-0/+2
* Add `getGlobal` to binaryen.js (#2142)Heejin Ahn2019-05-241-0/+5
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-38/+30
* Features C/JS API (#2049)Thomas Lively2019-05-171-0/+17
* Add missing methods for globals to binaryen.js (#2099)Heejin Ahn2019-05-131-5/+7
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+1
* Passive segments (#1976)Thomas Lively2019-04-051-2/+7
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-6/+6
* Add BinaryenConstGetValueV128 to C/JS-API (#1931)Daniel Wirtz2019-03-131-32/+63
* avoid the deprecated and removed Pointer_stringify (#1906)Alon Zakai2019-02-071-21/+21
* fix binaryen.js bindings handling of literals (#1896)Alon Zakai2019-02-061-2/+2
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+50
* Massive renaming (#1855)Thomas Lively2019-01-071-13/+27
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-30/+30
* SIMD (#1820)Thomas Lively2018-12-131-0/+646
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-0/+40
* Add v128 type (#1777)Thomas Lively2018-11-291-1/+1
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-79/+96
* Add Module#emitStackIR to the JS-API (#1717)Daniel Wirtz2018-10-311-0/+10
* Shared memory support for add memory import and set memory functions. (#1686)Nidin Vinayakan2018-10-111-4/+5
* Add BinaryenRemoveGlobal / Module.removeGlobal to C/JS API (#1692)Daniel Wirtz2018-10-091-0/+5
* Add initial/maximum table size parameters to C/JS API (#1687)Daniel Wirtz2018-09-281-4/+5
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-27/+8
* remove PageSize and HasFeature, which wasm removed a while back (#1667)Alon Zakai2018-09-121-5/+0
* BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650)Jay Phelps2018-09-011-2/+4
* Proper error handling in add* and get* methods (#1570)Alon Zakai2018-07-101-0/+9
* emscripten no longer allows modifying Module['print'] at runtime. Modify the ...Alon Zakai2018-07-031-9/+9
* Add a way to remove function types to Binaryen-C/.js (#1536)Daniel Wirtz2018-05-081-0/+5
* Expose sign extension ops in Binaryen-C/.js (#1534)Daniel Wirtz2018-05-071-0/+20
* Fix hard-wired buffer limit in the JS API (#1394)Daniel Wirtz2018-02-011-21/+16
* Sourcemap support for Binaryen C/JS (#1392)Daniel Wirtz2018-01-291-19/+45
* Use Emscripten's MODULARIZE_INSTANCE when building binaryen.js (#1368)Daniel Wirtz2018-01-191-16/+0
* Add optimize, shrink level and debug info options to C/JS (#1357)Daniel Wirtz2018-01-171-4/+49
* Fixes for #5998 (#1341)Alon Zakai2017-12-301-1465/+1449
* Add getters for various specific expression fields to C/JS (#1332)Daniel Wirtz2017-12-201-48/+315
* binaryen.js improvements (#1324)Alon Zakai2017-12-071-13/+17
* JS: Make 'segments' optional in setMemory (#1310)Daniel Wirtz2017-11-291-0/+1
* Provide AddImport/AddExport for each element in the C-API (#1292)Daniel Wirtz2017-11-221-4/+36
* Running passes on a single function in binaryen-c/.js (#1295)Daniel Wirtz2017-11-211-1/+27
* Add atomic load/store to binaryen-c/.js (#1298)Daniel Wirtz2017-11-201-0/+42