summaryrefslogtreecommitdiff
path: root/src/js
Commit message (Expand)AuthorAgeFilesLines
* 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-192-18/+0
* Add optimize, shrink level and debug info options to C/JS (#1357)Daniel Wirtz2018-01-172-4/+51
* Fixes for #5998 (#1341)Alon Zakai2017-12-302-1467/+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
* Add const expression utilities to binaryen-c/.js (#1288)Daniel Wirtz2017-11-151-0/+19
* Add atomic ops to binaryen.js (#1280)Daniel Wirtz2017-11-131-0/+180
* Added expression utility functions to binaryen-c/.js (#1269)Daniel Wirtz2017-11-111-0/+37
* Added the ability to run specific optimization passes to binaryen-c/.js (#1252)Daniel Wirtz2017-10-301-0/+7
* Initial asm.js output for binaryen-c / binaryen.js (#1136)Daniel Wirtz2017-08-241-0/+8
* Unified module loader support in binaryen.js (#1074)Daniel Wirtz2017-07-052-29/+15
* S-expression parsing in C API and binaryen.js (#1050)Alon Zakai2017-06-131-0/+8
* Update binaryen-c/binaryen.js, fixes #1028, fixes #1029 (#1030)Daniel Wirtz2017-06-071-3/+41
* New binaryen.js (#922)Alon Zakai2017-03-244-139/+871
* Optimize precise mode integer ops (#907)Alon Zakai2017-02-161-351/+0
* Merge pull request #859 from WebAssembly/linkingAlon Zakai2016-12-271-1/+7
|\
| * export the wasm table on ModuleAlon Zakai2016-12-071-0/+1
| * use wasmMaxTableSizeAlon Zakai2016-12-071-1/+6
* | use exported static base and bump (#853)Alon Zakai2016-12-061-2/+2
|/
* Run wasm natively by default, no fallbacks to interpreting (#838)Alon Zakai2016-11-111-2/+2
* show a warning with guidance when a memory size incompatibility issue makes w...Alon Zakai2016-11-101-0/+3