index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
32
-9502
/
+10045
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
28
-8986
/
+9298
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
14
-107
/
+101
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
24
-1339
/
+1336
*
Add `Event` known section; remove `exception` (#1012)
Ben Smith
2019-02-11
3
-16
/
+19
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
31
-5709
/
+5243
*
avoid Mac OS X ranlib error (#1007)
Eugene Chung
2019-02-08
1
-0
/
+3
*
Rename relocation types (#1005)
Sam Clegg
2019-02-06
1
-5
/
+5
*
wasm-objdump: Always show function numbers along with names (#1004)
Sam Clegg
2019-02-05
1
-3
/
+3
*
Return failed tests count from spectest-interp (#1003)
Ben Smith
2019-02-01
1
-9
/
+13
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
27
-9586
/
+9475
*
Update bulk memory instruction binary encodings (#999)
Alex Crichton
2019-01-29
2
-13
/
+22
*
Implement parsing and writing of DataCount section (#998)
Ben Smith
2019-01-23
12
-20
/
+111
*
Update linking metadata version (#996)
Sam Clegg
2019-01-17
4
-20
/
+20
*
Fix segfault when passing wasm-objdump a directory (#991)
Ben Smith
2019-01-07
1
-2
/
+21
*
Fix segfault when running `wat2wasm -d` (#990)
Ben Smith
2018-12-20
1
-2
/
+3
*
Remove the {assert,stdlib}.h includes in wasm2c (#986)
Ben Smith
2018-12-20
3
-16
/
+0
*
The great renaming (#985)
Ben Smith
2018-12-19
29
-9356
/
+10433
*
Fold multi-value results properly (#984)
Ben Smith
2018-12-18
1
-18
/
+37
*
Pass function body size in BinaryReader callback (#975)
Ben Smith
2018-12-12
8
-12
/
+25
*
Add needed_dynlibs to dylink section (#974)
Sam Clegg
2018-12-12
6
-1
/
+37
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
11
-123
/
+88
*
Rename duplicate locals (#968)
Ben Smith
2018-12-03
1
-11
/
+25
*
wasm-objdump: Cleanup hanlding of global names from #960 (#963)
Sam Clegg
2018-11-29
1
-12
/
+4
*
wasm-objdump: Print name of global when disassembly get/set_global (#960)
Sam Clegg
2018-11-29
1
-1
/
+16
*
Handle mismatch in function/code section (#959)
Ben Smith
2018-11-28
1
-0
/
+4
*
Fix wasm-objdump binary opcode output (#958)
Ben Smith
2018-11-19
1
-60
/
+70
*
Support for SIMD instructions in wasm-objdump (#957)
Thomas Lively
2018-11-19
1
-0
/
+8
*
Renumber SIMD instructions (#956)
Thomas Lively
2018-11-14
1
-139
/
+139
*
Add support for dylink section (#955)
Sam Clegg
2018-11-14
7
-0
/
+76
*
Remove the redundant $ from (i32/i64/f32/f64/v128).const instructions in disa...
vms
2018-11-14
2
-34
/
+34
*
Update testsuite (#942)
Ben Smith
2018-11-05
2
-7
/
+11
*
Add `dummy_workaround_...` function to fix Travis (#941)
Ben Smith
2018-11-01
1
-0
/
+3
*
Set `end_loc` in folded `if` expressions (#940)
Ben Smith
2018-10-30
1
-0
/
+8
*
Check type use vs. explicit sig. in call_indirect (#937)
Ben Smith
2018-10-30
1
-8
/
+2
*
Add test for disabled opcodes in binary reader (#934)
Ben Smith
2018-10-18
7
-35
/
+129
*
Add more tests for tail_call feature (#931)
Ben Smith
2018-10-16
4
-37
/
+64
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
11
-108
/
+271
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
17
-25
/
+281
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
28
-4633
/
+5491
*
Require reserved instruction bytes to be one byte (#922)
Ben Smith
2018-10-05
1
-6
/
+6
*
[libwabtjs] Add support for features (#921)
Ben Smith
2018-10-04
4
-15
/
+110
*
Refactor interpreter a bit (#919)
Ben Smith
2018-10-02
10
-1350
/
+1429
*
Tailcall (#918)
Ben Smith
2018-10-01
14
-3133
/
+3302
*
Update Wasm simd instruction opcodes (#916)
lizhengxing
2018-09-26
1
-105
/
+105
*
[wasm-interp] Fix assert with non-func exports (#912)
Ben Smith
2018-09-13
1
-0
/
+3
*
Optimize interpreter and `Opcode::FromCode`
Ben Smith
2018-09-10
7
-51
/
+115
*
Fix some multi-value bugs; run spec tests
Ben Smith
2018-09-06
5
-21
/
+74
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
42
-1630
/
+1498
*
Move WastLexer out of NameResolver, Validator, etc.
Ben Smith
2018-09-04
23
-1146
/
+1060
[next]