index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update testsuite to 646b43e (#1555)
Wouter van Oortmerssen
2020-09-30
1
-1
/
+0
*
Fix up reloc-related tests after #1537 (#1545)
Andy Wingo
2020-09-17
3
-13
/
+15
*
wat2wasm: fix relocation offsets (#1527)
sammax
2020-09-16
2
-0
/
+257
*
Fix reloc section references when --enable-bulk-memory (#1539)
Andy Wingo
2020-09-16
2
-1
/
+41
*
Eager symbol tables (#1537)
Andy Wingo
2020-09-16
3
-8
/
+71
*
Implement simd bitmask instructions (#1530)
Ben Smith
2020-08-31
1
-120
/
+150
*
blocktype relocations (#1526)
sammax
2020-08-22
1
-0
/
+50
*
wat2wasm: type relocations (#1525)
sammax
2020-08-20
1
-22
/
+29
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
3
-0
/
+437
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-13
/
+13
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-63
/
+62
*
Enabled merged proposals by default (#1405)
Alex Crichton
2020-05-06
7
-7
/
+7
*
Renumber SIMD opcodes (#1403)
Deepti Gandluri
2020-05-04
9
-701
/
+701
*
Add exnref value type to parser (#1389)
Ben Smith
2020-04-14
5
-99
/
+134
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-0
/
+18
*
Always generate DataCount section, even if number of datas is 0 (#1369)
Rian Hunter
2020-03-23
2
-8
/
+20
*
Add wasm-objdump support for structs (#1361)
Ben Smith
2020-03-19
1
-0
/
+20
*
Renumber v8x16.shuffle back to 0xfd03 (#1342)
Ben Smith
2020-02-21
1
-4
/
+3
*
[simd] Update instructions (#1317)
Ben Smith
2020-01-27
2
-443
/
+383
*
Support reading from stdin in ReadFile (#1313)
Sam Clegg
2020-01-23
1
-1
/
+1
*
Omit the DataCount section unless it is required (#1312)
Ben Smith
2020-01-21
5
-78
/
+104
*
Update testsuite (#1308)
Ben Smith
2020-01-16
2
-52
/
+61
*
Fix some typos in widening SIMD intrinsics (#1305)
Alex Crichton
2020-01-14
1
-4
/
+4
*
Fix a typo of i64x4 -> i64x2 (#1304)
Alex Crichton
2020-01-14
1
-2
/
+2
*
[simd] Implement new SIMD instructions (#1303)
Ben Smith
2020-01-14
2
-318
/
+411
*
[simd] Add support for narrow/widen instructions (#1301)
Ben Smith
2020-01-13
1
-238
/
+370
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
2
-0
/
+75
*
reference-types: Add reference-types spec tests (#1225)
Sam Clegg
2019-11-25
1
-42
/
+42
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
12
-91
/
+92
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
7
-22
/
+22
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-41
/
+44
*
wasm-objdump: Fix output for passive data elem segments (#1211)
Sam Clegg
2019-11-07
1
-41
/
+80
*
wasm-objdump: Consistent output of table types (#1198)
Oliver Horn
2019-10-28
1
-1
/
+1
*
Add initial support for multi-table to wat2wasm and wasm-objdump (#1190)
Sam Clegg
2019-10-17
1
-0
/
+96
*
wasm-objdump: Print `br_table` immediates (#1186)
Oliver Horn
2019-10-14
2
-2
/
+2
*
wasm-objdump: Fix type signature for multi-value result types (#1179)
Oliver Horn
2019-10-07
1
-0
/
+10
*
wasm-objdump: Include more information about memory segments. (#1177)
Sam Clegg
2019-09-30
2
-5
/
+5
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-70
/
+84
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
1
-2
/
+2
*
Update typechecking for `table.grow` (#1079)
Alex Crichton
2019-05-13
1
-6
/
+6
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
1
-27
/
+27
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
6
-34
/
+34
*
Print function names on code details too (#1065)
Ben Smith
2019-04-17
1
-2
/
+2
*
Add names to locally declared globals. (#1057)
Sam Clegg
2019-04-03
1
-1
/
+1
*
Make v128.const i32x4 op conform to the SIMD draft (#1037)
gnzlbg
2019-03-28
8
-215
/
+215
*
wasm-objdump: Print names of globals used in init expression. (#1051)
Sam Clegg
2019-03-26
1
-4
/
+4
*
wasm-objdump: Include import module as part displayed name (#1049)
Sam Clegg
2019-03-21
3
-6
/
+6
*
Update textual encoding of SIMD vector shuffle to conform to the latest SIMD ...
gnzlbg
2019-03-07
1
-1
/
+1
*
wasm-objdump: fix f64 init expressions (#1029)
Oliver Horn
2019-03-03
1
-1
/
+1
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
5
-7
/
+7
[next]