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
*
wasm-objdump: Include import module as part displayed name (#1049)
Sam Clegg
2019-03-21
1
-2
/
+18
*
Canonicalize NaNs in the interpreter (#1046)
Ben Smith
2019-03-18
1
-52
/
+50
*
Fix bugs in integer parsing (#1041)
Ben Smith
2019-03-14
2
-12
/
+241
*
Allow a local type count of 0 (#1039)
Ben Smith
2019-03-08
2
-3
/
+3
*
Update textual encoding of SIMD vector shuffle to conform to the latest SIMD ...
gnzlbg
2019-03-07
2
-5
/
+38
*
Update demo to include feature flags (#1036)
Ben Smith
2019-03-06
2
-0
/
+6
*
Make lane-wise SIMD relational operator conform to the spec (#1031)
gnzlbg
2019-03-05
2
-42
/
+73
*
Refactor objdump name handling a little (#1030)
Ben Smith
2019-03-03
2
-60
/
+65
*
[wasm-objdump] Show data segment names (#1028)
Sam Clegg
2019-03-03
3
-7
/
+38
*
wasm-objdump: fix f64 init expressions (#1029)
Oliver Horn
2019-03-03
1
-1
/
+1
*
[wabt-objdump] Refactored some functions to use string_view (#1027)
Wouter van Oortmerssen
2019-02-25
1
-53
/
+51
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
10
-1096
/
+1124
*
Improve support for event symbols and except_ref types (#1025)
Wouter van Oortmerssen
2019-02-24
8
-6
/
+99
*
Add wasm-objdump fuzzing script; fix fuzz bugs (#1023)
Ben Smith
2019-02-20
2
-3
/
+7
*
[wasm-objdump] Implemented R_WASM_EVENT_INDEX_LEB reloc type. (#1022)
Wouter van Oortmerssen
2019-02-20
3
-3
/
+3
*
Remove use of Pointer_stringify; update demo (#1021)
Ben Smith
2019-02-19
1
-1
/
+1
*
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
[next]