index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
binaryen.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for binaryen.js getExpressionInfo on switch names (#2553)
Brion Vibber
2019-12-23
2
-2
/
+2
*
Compile Binaryen to WebAssembly (#2503)
Daniel Wirtz
2019-12-19
19
-472
/
+544
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
2
-294
/
+363
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
2
-3
/
+3
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
27
-2656
/
+2582
*
Fix comparison of none and unreachable types (#2514)
Heejin Ahn
2019-12-09
1
-2
/
+2
*
Don't include `$` with names unless outputting to wat format (#2506)
Sam Clegg
2019-12-06
3
-5
/
+5
*
Print only literal values when printing literals (#2469)
Heejin Ahn
2019-11-26
1
-1
/
+1
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
6
-45
/
+26
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
5
-94
/
+168
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
2
-297
/
+331
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
2
-314
/
+724
*
Convert usage of Pointer_stringify to UTF8ToString (#2403)
Brad Morris
2019-10-23
2
-0
/
+4
*
Fix incorrect assert in BinaryenHostGetOperand (#2393)
Brad Morris
2019-10-22
2
-0
/
+12
*
Ability to list each item on Exports/Data Segments/Functions (#2386)
COFFEETALES
2019-10-21
2
-0
/
+75
*
Add BinaryenAddCustomSection API (#2381)
Daniel Wirtz
2019-10-11
2
-0
/
+37
*
Add offset parameter to BinaryenSetFunctionTable (#2380)
Daniel Wirtz
2019-10-11
3
-5
/
+45
*
Add push/pop support for anyref (#2376)
Heejin Ahn
2019-10-10
4
-34
/
+55
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
2
-293
/
+327
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
2
-197
/
+336
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
2
-307
/
+377
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
4
-220
/
+316
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
2
-636
/
+982
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
2
-184
/
+353
*
Add mutable parameter to global imports in C/JS API (#2317)
Daniel Wirtz
2019-09-03
4
-3
/
+13
*
Add missing new features to the C and JS APIs (#2312)
Daniel Wirtz
2019-08-28
2
-0
/
+4
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
6
-80
/
+240
*
Remove test output from source tree (#2114)
Sam Clegg
2019-08-21
1
-1
/
+1
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
4
-12
/
+14
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
4
-62
/
+3082
*
Remove trailing whitespaces after 'else' in stack IR (#2284)
Heejin Ahn
2019-08-06
1
-2
/
+2
*
Make sure binaryen.js tests validate (#2269)
Heejin Ahn
2019-07-29
11
-12
/
+61
*
More push/pop support (#2260)
Heejin Ahn
2019-07-24
4
-35
/
+166
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-32
/
+24
*
Tail call C/JS API (#2223)
Thomas Lively
2019-07-15
2
-34
/
+89
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
2
-2
/
+2
*
Stop emitting "almost asm" in wasm2js output (#2221)
Alon Zakai
2019-07-12
1
-1
/
+0
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-2
/
+2
*
Add event section (#2151)
Heejin Ahn
2019-05-31
4
-8
/
+92
*
Add Features.MVP and Features.All to binaryen.js (#2148)
Heejin Ahn
2019-05-29
2
-8
/
+9
*
Add `getGlobal` to binaryen.js (#2142)
Heejin Ahn
2019-05-24
2
-0
/
+3
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
7
-35
/
+35
*
Features C/JS API (#2049)
Thomas Lively
2019-05-17
3
-0
/
+31
*
wasm2js: optimize away unneeded load coercions (#2107)
Alon Zakai
2019-05-15
1
-0
/
+1
*
Add missing methods for globals to binaryen.js (#2099)
Heejin Ahn
2019-05-13
6
-7
/
+74
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
2
-1
/
+3
*
wasm2js: optimize loads (#2085)
Alon Zakai
2019-05-03
1
-1
/
+0
*
Fix CI (#2061)
Alon Zakai
2019-04-26
1
-1
/
+1
*
wasm2js: avoid non-ES5 stuff like "let" (#2041)
Alon Zakai
2019-04-23
1
-3
/
+3
*
wasm2js2 import fixes (#2031)
Alon Zakai
2019-04-19
1
-1
/
+0
[next]