summaryrefslogtreecommitdiff
path: root/src/js
Commit message (Expand)AuthorAgeFilesLines
* Compile Binaryen to WebAssembly (#2503)Daniel Wirtz2019-12-191-428/+498
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+8
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-2/+5
* Remove FunctionType (#2510)Thomas Lively2019-12-111-40/+10
* Avoid errors in binaryen.js assertions builds, and enable ASSERTIONS in debug...Alon Zakai2019-12-061-0/+6
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-5/+6
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-0/+20
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+4
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+48
* Convert usage of Pointer_stringify to UTF8ToString (#2403)Brad Morris2019-10-231-1/+1
* Ability to list each item on Exports/Data Segments/Functions (#2386)COFFEETALES2019-10-211-0/+29
* Add BinaryenAddCustomSection API (#2381)Daniel Wirtz2019-10-111-0/+5
* Add offset parameter to BinaryenSetFunctionTable (#2380)Daniel Wirtz2019-10-111-2/+3
* Add push/pop support for anyref (#2376)Heejin Ahn2019-10-101-0/+6
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+4
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+24
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-6/+10
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-8/+43
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-8/+56
* Fix bitselect operation in C/JS APIs (#2336)Daniel Wirtz2019-09-111-1/+2
* 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