index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
help
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
8
-0
/
+8
*
Rename wasm-opcodecnt to wasm-stats (#2298)
Soni L
2023-09-19
1
-7
/
+6
*
wasm-interp: Add --run-export and --argument (#2176)
Raphael Amorim
2023-03-19
1
-0
/
+5
*
Implement Relaxed SIMD proposal (#1994)
Marcus Better
2022-11-30
8
-0
/
+8
*
Change description of calling wat2wasm without -o flag (#1943)
Mark Irish
2022-07-08
1
-1
/
+1
*
wat2wasm: support "-" for outputting to stdout (#1692) (#1902)
Remko Tronçon
2022-04-20
1
-1
/
+1
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
8
-0
/
+8
*
Initial implementation of extended-const proposal. (#1824)
Sam Clegg
2022-02-15
8
-0
/
+8
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
8
-0
/
+8
*
Enable reference types by default (#1729)
Sam Clegg
2021-10-13
8
-8
/
+8
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
8
-8
/
+8
*
SIMD is now phase 5, enable it by default (#1712)
Ng Zhi An
2021-09-20
8
-8
/
+8
*
Add objdump flag to print section offsets instead of file offsets (#1696)
Derek Schuff
2021-08-05
1
-0
/
+1
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
8
-0
/
+8
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
8
-0
/
+8
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
8
-8
/
+8
*
wasi: Implement more of the wasi API (#1430)
Sam Clegg
2020-05-21
1
-1
/
+2
*
Implement more WASI APIs (#1423)
Sam Clegg
2020-05-16
1
-0
/
+1
*
Add initial MVP of WASI API support to wasm-interp (#1411)
Sam Clegg
2020-05-12
1
-0
/
+1
*
Enabled merged proposals by default (#1405)
Alex Crichton
2020-05-06
8
-168
/
+168
*
Add GC feature (#1348)
Ben Smith
2020-02-28
8
-0
/
+8
*
Add default output name for wast2json (#1287)
Sam Clegg
2020-01-08
1
-1
/
+1
*
Add `--version` to wabt tools (#1175)
Amir Bawab
2019-10-09
9
-8
/
+17
*
Add support for Features to wasm-opcodecnt and emit total instruction count. ...
nlewycky
2019-08-10
1
-5
/
+17
*
Add --enable-all option (#1132)
Heejin Ahn
2019-07-29
7
-0
/
+7
*
[interp] Add flag to provide dummy import funcs (#1101)
Ben Smith
2019-06-28
1
-0
/
+1
*
Initial custom annotation support (#1076)
Jacob Gravelle
2019-05-07
7
-0
/
+7
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
7
-0
/
+7
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
7
-0
/
+7
*
Tailcall (#918)
Ben Smith
2018-10-01
7
-0
/
+7
*
Add `--inline-{im,ex}ports` flags to `wat-desugar` (#903)
Ben Smith
2018-08-28
1
-0
/
+2
*
Update testsuite; enable mut. globals by default (#884)
Ben Smith
2018-08-03
7
-49
/
+49
*
Remove short option for --help (#877)
Raphael Graf
2018-08-02
9
-9
/
+9
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
7
-0
/
+7
*
Add flag to ignore errors in custom sections (#833)
Ben Smith
2018-05-07
2
-0
/
+2
*
Remove wasm-link tool (#793)
Sam Clegg
2018-03-05
3
-20
/
+2
*
Rename run args (#728)
Ben Smith
2018-01-21
10
-20
/
+20
*
Add feature flags for sign-ext., mutable-globals (#722)
Ben Smith
2018-01-18
7
-7
/
+21
*
Add WatWriter option for inline imports (#703)
Ben Smith
2018-01-02
1
-0
/
+1
*
Add SIMD feature flag. (#694)
Ben Smith
2017-12-15
7
-0
/
+7
*
Add deprecation warning to wasm-link (#692)
Ben Smith
2017-12-11
1
-0
/
+4
*
Add wasm-validate tool (#664)
Ben Smith
2017-10-31
1
-0
/
+19
*
Add spectest-interp tool; split from wasm-interp (#643)
Ben Smith
2017-10-03
2
-4
/
+22
*
Rename `wast-desugar` to `wat-desugar`. (#642)
Ben Smith
2017-09-28
1
-7
/
+7
*
Enable all reader features in objdump (#628)
Sam Clegg
2017-09-14
1
-11
/
+8
*
Rename wast2wasm -> wat2wasm, wast2json (#617)
Ben Smith
2017-09-08
2
-14
/
+35
*
Rename wasm2wast -> wasm2wat (#616)
Ben Smith
2017-09-08
1
-8
/
+8
*
Add i{32,64}.extend{8,16,32}_s operators (#610)
Ben Smith
2017-09-05
5
-0
/
+5
*
Add saturating float truncation operators (#573)
Ben Smith
2017-08-16
5
-42
/
+48
*
Adds the concept of exceptions to wasm-objdump (#547)
KarlSchimpf
2017-07-03
1
-8
/
+9
[next]