summaryrefslogtreecommitdiff
path: root/src/binaryen-c.h
Commit message (Expand)AuthorAgeFilesLines
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-031-2/+3
* Unify JS memory segment API (#2533)Daniel Wirtz2020-01-211-0/+2
* Expose ExpressionAnalyzer in C-/JS-API (#2585)Daniel Wirtz2020-01-171-0/+22
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-1/+18
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+2
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-2/+4
* Remove FunctionType (#2510)Thomas Lively2019-12-111-68/+18
* Use opaque types for handle references in C API (#2473)Ingvar Stepanyan2019-11-261-9/+28
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-10/+8
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-0/+4
* Reuse BINARYEN_API for Emscripten builds (#2435)Daniel Wirtz2019-11-131-1/+4
* uint32_t instead of int64_t as return type for GetMemorySegmentByteOffset (#2...COFFEETALES2019-11-121-1/+1
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+1
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+12
* Fix BinaryenModuleAllocateAndWriteText parameter type (#2406)Irmen de Jong2019-10-281-2/+1
* Ability to list each item on Exports/Data Segments/Functions (#2386)COFFEETALES2019-10-211-0/+22
* Move WASM_DEPRECATED so that binaryen-c.h is selfcontained. Fixes #2054 (#2399)Irmen de Jong2019-10-211-1/+7
* Add BinaryenAddCustomSection API (#2381)Daniel Wirtz2019-10-111-0/+9
* Add offset parameter to BinaryenSetFunctionTable (#2380)Daniel Wirtz2019-10-111-1/+2
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+1
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+6
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-0/+1
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+16
* Mark C API as dllexports on Windows (#2342)Michal Strehovský2019-09-211-905/+1022
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+12
* Fix bitselect operation in C/JS APIs (#2336)Daniel Wirtz2019-09-111-0/+1
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-8/+14
* Add mutable parameter to global imports in C/JS API (#2317)Daniel Wirtz2019-09-031-1/+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-0/+4
* 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/+31
* More push/pop support (#2260)Heejin Ahn2019-07-241-0/+7
* Tail call C/JS API (#2223)Thomas Lively2019-07-151-0/+12
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-1/+1
* Fix BinaryenRemoveEvent naming in binaryen-c.h (#2171)Daniel Wirtz2019-06-121-1/+1
* Add event section (#2151)Heejin Ahn2019-05-311-0/+38
* 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-2/+2
* Add BinaryenModuleWriteSExpr to write a module to a string in s-expr format (...Siddharth2019-05-211-0/+12
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-23/+24
* Features C/JS API (#2049)Thomas Lively2019-05-171-0/+19
* Allow color API to enable and disable colors (#2111)Siddharth2019-05-171-0/+5
* Add missing methods for globals to binaryen.js (#2099)Heejin Ahn2019-05-131-0/+15
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+1
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-134/+365
* Fix typo in C API: BinaryeGlobalImportGetModule -> BinaryenGlobalImportGetMod...Bastian Müller2019-04-241-1/+1
* Passive segments (#1976)Thomas Lively2019-04-051-1/+1
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-4/+4
* Add BinaryenConstGetValueV128 to C/JS-API (#1931)Daniel Wirtz2019-03-131-0/+1