index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
prebuilt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove LexerSourceFile (#1054)
Ben Smith
2019-04-01
1
-9524
/
+9655
*
Make v128.const i32x4 op conform to the SIMD draft (#1037)
gnzlbg
2019-03-28
1
-4489
/
+4597
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-1060
/
+1060
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-9432
/
+9441
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-8986
/
+9160
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-1070
/
+1068
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-5285
/
+5240
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-9492
/
+9381
*
Remove the {assert,stdlib}.h includes in wasm2c (#986)
Ben Smith
2018-12-20
1
-2
/
+0
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-8456
/
+9486
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-4585
/
+4781
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-3126
/
+3216
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-945
/
+944
*
Move WastLexer out of NameResolver, Validator, etc.
Ben Smith
2018-09-04
1
-945
/
+944
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-8435
/
+8353
*
Add some documentation for wasm2c (#803)
Ben Smith
2018-05-09
1
-2
/
+0
*
Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)
Ben Smith
2018-03-20
1
-52
/
+1
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-4277
/
+4330
*
Simd Replace Lane instructions implementation. (#809)
lizhengxing
2018-03-15
1
-3240
/
+3558
*
Simd remaining Extract Lane instructions implementation. (#806)
lizhengxing
2018-03-15
1
-2891
/
+3163
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-2356
/
+2413
*
SIMD v128.load/v128.store implementation. (#801)
lizhengxing
2018-03-09
1
-3163
/
+3209
*
SIMD Floating point to integer with saturation implementation. (#797)
lizhengxing
2018-03-07
1
-2663
/
+2908
*
SIMD Integer to floating point conversion implementation. (#795)
lizhengxing
2018-03-06
1
-2743
/
+2939
*
SIMD (f32x4/f64x2).sqrt implementation. (#789)
lizhengxing
2018-03-05
1
-2341
/
+2383
*
SIMD Floating-point div and mul implementation. (#787)
lizhengxing
2018-03-05
1
-2703
/
+2771
*
SIMD Floating-point add and sub implementation. (#786)
lizhengxing
2018-03-03
1
-7222
/
+7415
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-7329
/
+7200
*
SIMD Floating-point min and max implementation. (#784)
lizhengxing
2018-03-02
1
-2651
/
+2711
*
SIMD (f32x4/f64x2).abs implementation. (#783)
lizhengxing
2018-03-01
1
-2640
/
+2674
*
SIMD (f32x4/f64x2).neg implementation. (#779)
lizhengxing
2018-02-28
1
-1895
/
+1937
*
SIMD Comparison Greater than or equal instructions implementation. (#778)
lizhengxing
2018-02-28
1
-2293
/
+2389
*
SIMD Comparison Greater than instructions implementation. (#772)
lizhengxing
2018-02-27
1
-2566
/
+2682
*
SIMD Comparison Less than or equal instructions implementation. (#771)
lizhengxing
2018-02-26
1
-2221
/
+2317
*
SIMD Comparison Less than instructions implementation. (#770)
lizhengxing
2018-02-23
1
-2492
/
+2604
*
SIMD Comparison Non-Equality instructions implementation. (#767)
lizhengxing
2018-02-21
1
-2467
/
+2552
*
SIMD Comparison Equality instructions implementation. (#766)
lizhengxing
2018-02-21
1
-2456
/
+2515
*
SIMD Boolean horizontal reductions implementation. (#763)
lizhengxing
2018-02-21
1
-1977
/
+2257
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-2708
/
+2752
*
SIMD Bitwise logic instructions implementation. (#758)
lizhengxing
2018-02-14
1
-2380
/
+2446
*
SIMD right shift by scalar instructions implementation. (#755)
lizhengxing
2018-02-13
1
-1637
/
+1741
*
SIMD i16x8/i32x4/i64x2 shl implementation. (#751)
lizhengxing
2018-02-12
1
-1886
/
+1937
*
SIMD i8x16.shl implementation. (#750)
lizhengxing
2018-02-07
1
-1658
/
+1675
*
SIMD saturating sub implementation. (#747)
lizhengxing
2018-02-06
1
-1376
/
+1516
*
SIMD saturating add implementation. (#727)
lizhengxing
2018-01-21
1
-1331
/
+1471
*
SIMD i8x16.neg / i16x8.neg / i32x4.neg / i64x2.neg implementation. (#723)
lizhengxing
2018-01-18
1
-2033
/
+2105
*
SIMD i8x16.mul / i16x8.mul / i32x4.mul implementation. (#721)
lizhengxing
2018-01-18
1
-2008
/
+2071
*
SIMD i8x16.sub / i16x8.sub / i32x4.sub / i64x2.sub implementation. (#720)
lizhengxing
2018-01-17
1
-1724
/
+1776
*
SIMD i16x8.add / i32x4.add / i64x2.add implementation. (#714)
lizhengxing
2018-01-16
1
-1967
/
+2018
*
Use templates for generating wasm2c source (#712)
Ben Smith
2018-01-10
2
-0
/
+244
[next]