summaryrefslogtreecommitdiff
path: root/test/binaryen.js
Commit message (Expand)AuthorAgeFilesLines
* Fix for binaryen.js getExpressionInfo on switch names (#2553)Brion Vibber2019-12-232-2/+2
* Compile Binaryen to WebAssembly (#2503)Daniel Wirtz2019-12-1919-472/+544
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-182-294/+363
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-122-3/+3
* Remove FunctionType (#2510)Thomas Lively2019-12-1127-2656/+2582
* Fix comparison of none and unreachable types (#2514)Heejin Ahn2019-12-091-2/+2
* Don't include `$` with names unless outputting to wat format (#2506)Sam Clegg2019-12-063-5/+5
* Print only literal values when printing literals (#2469)Heejin Ahn2019-11-261-1/+1
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-256-45/+26
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-225-94/+168
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-042-297/+331
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-012-314/+724
* Convert usage of Pointer_stringify to UTF8ToString (#2403)Brad Morris2019-10-232-0/+4
* Fix incorrect assert in BinaryenHostGetOperand (#2393)Brad Morris2019-10-222-0/+12
* Ability to list each item on Exports/Data Segments/Functions (#2386)COFFEETALES2019-10-212-0/+75
* Add BinaryenAddCustomSection API (#2381)Daniel Wirtz2019-10-112-0/+37
* Add offset parameter to BinaryenSetFunctionTable (#2380)Daniel Wirtz2019-10-113-5/+45
* Add push/pop support for anyref (#2376)Heejin Ahn2019-10-104-34/+55
* v8x16.swizzle (#2368)Thomas Lively2019-10-032-293/+327
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-242-197/+336
* v128.andnot instruction (#2355)Thomas Lively2019-09-242-307/+377
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-234-220/+316
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-142-636/+982
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-032-184/+353
* Add mutable parameter to global imports in C/JS API (#2317)Daniel Wirtz2019-09-034-3/+13
* Add missing new features to the C and JS APIs (#2312)Daniel Wirtz2019-08-282-0/+4
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-276-80/+240
* Remove test output from source tree (#2114)Sam Clegg2019-08-211-1/+1
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-204-12/+14
* Add basic exception handling support (#2282)Heejin Ahn2019-08-134-62/+3082
* Remove trailing whitespaces after 'else' in stack IR (#2284)Heejin Ahn2019-08-061-2/+2
* Make sure binaryen.js tests validate (#2269)Heejin Ahn2019-07-2911-12/+61
* More push/pop support (#2260)Heejin Ahn2019-07-244-35/+166
* Finalize tail call support (#2246)Thomas Lively2019-07-231-32/+24
* Tail call C/JS API (#2223)Thomas Lively2019-07-152-34/+89
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-142-2/+2
* Stop emitting "almost asm" in wasm2js output (#2221)Alon Zakai2019-07-121-1/+0
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-2/+2
* Add event section (#2151)Heejin Ahn2019-05-314-8/+92
* Add Features.MVP and Features.All to binaryen.js (#2148)Heejin Ahn2019-05-292-8/+9
* Add `getGlobal` to binaryen.js (#2142)Heejin Ahn2019-05-242-0/+3
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-217-35/+35
* Features C/JS API (#2049)Thomas Lively2019-05-173-0/+31
* wasm2js: optimize away unneeded load coercions (#2107)Alon Zakai2019-05-151-0/+1
* Add missing methods for globals to binaryen.js (#2099)Heejin Ahn2019-05-136-7/+74
* Add except_ref type (#2081)Heejin Ahn2019-05-072-1/+3
* wasm2js: optimize loads (#2085)Alon Zakai2019-05-031-1/+0
* Fix CI (#2061)Alon Zakai2019-04-261-1/+1
* wasm2js: avoid non-ES5 stuff like "let" (#2041)Alon Zakai2019-04-231-3/+3
* wasm2js2 import fixes (#2031)Alon Zakai2019-04-191-1/+0