index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
run-roundtrip.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/run-roundtrip.py: test roundtrip even with --stdout (#2505)
Keith Winstein
2024-11-11
1
-7
/
+12
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
1
-0
/
+3
*
Always do a full roundtrip in run-roundtrip.py (#1661)
Sam Clegg
2023-02-28
1
-29
/
+13
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+6
*
Added support for multi-memory in apply-names (#1810)
Yuhan Deng
2022-02-17
1
-0
/
+3
*
Enable reference types by default (#1729)
Sam Clegg
2021-10-13
1
-3
/
+3
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
1
-3
/
+0
*
SIMD is now phase 5, enable it by default (#1712)
Ng Zhi An
2021-09-20
1
-3
/
+0
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+3
*
Fix bug when writing multi-value block type (#1533)
Ben Smith
2020-09-08
1
-0
/
+2
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-0
/
+3
*
Remove support for python2 (#1321)
Sam Clegg
2020-01-31
1
-1
/
+1
*
Switch python indentation from 2-space to 4-space (#1145)
Sam Clegg
2019-08-15
1
-151
/
+152
*
Run flake8 on the whole repository (#1144)
Guanzhong Chen
2019-08-15
1
-7
/
+4
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+3
*
Add more tests for tail_call feature (#931)
Ben Smith
2018-10-16
1
-0
/
+3
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+3
*
Update testsuite; enable mut. globals by default (#884)
Ben Smith
2018-08-03
1
-3
/
+0
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-0
/
+3
*
Add feature flags for sign-ext., mutable-globals (#722)
Ben Smith
2018-01-18
1
-2
/
+13
*
Add WatWriter option for inline imports (#703)
Ben Smith
2018-01-02
1
-0
/
+2
*
Add SIMD suppor in run-interp.py/run-objdump.py/run-roundtrip.py (#698)
lizhengxing
2017-12-19
1
-0
/
+3
*
Add Atomic instructions (#633)
Ben Smith
2017-09-20
1
-0
/
+3
*
Rename wast2wasm -> wat2wasm, wast2json (#617)
Ben Smith
2017-09-08
1
-11
/
+11
*
Rename wasm2wast -> wasm2wat (#616)
Ben Smith
2017-09-08
1
-10
/
+10
*
Add saturating float truncation operators (#573)
Ben Smith
2017-08-16
1
-3
/
+3
*
Extend binary reader to handle exception constructs. (#545)
KarlSchimpf
2017-07-01
1
-0
/
+3
*
Add validation to wasm2wast (#516)
Ben Smith
2017-06-22
1
-0
/
+1
*
Add option to generate inline exports in wat-writer (#465)
Ben Smith
2017-05-31
1
-0
/
+2
*
Add support for folding expressions in wat-writer (#460)
Ben Smith
2017-05-26
1
-0
/
+2
*
Remove WabtAllocator (#307)
Ben Smith
2017-02-17
1
-3
/
+0
*
Add support for yapf python formatting tool (#276)
Sam Clegg
2017-01-18
1
-15
/
+15
*
Pass --bindir to test helpers rather than full path to each tool (#273)
Sam Clegg
2017-01-12
1
-6
/
+5
*
wasm2wast reads names from a module by default (#253)
Ben Smith
2017-01-06
1
-1
/
+1
*
Update test/run-tests.py (#255)
Ben Smith
2017-01-05
1
-1
/
+0
*
Fix some binary reader bugs found by fuzzing (#261)
Ben Smith
2016-12-27
1
-0
/
+2
*
Add wasmdump binary for inspecting wasm files (#161)
Sam Clegg
2016-10-12
1
-7
/
+12
*
Add wasmopcodecnt tests
Ben Smith
2016-10-10
1
-2
/
+2
*
Fix broken 'run-tests' target (#104)
Sam Clegg
2016-09-22
1
-21
/
+21
*
Tests verbosity (#88)
Michael Ferris
2016-06-17
1
-0
/
+5
*
add {run-,}gen-wasm.py; used to generate .wasm
Ben Smith
2016-04-27
1
-2
/
+0
*
cleanup the run-*.py scripts
Ben Smith
2016-04-27
1
-92
/
+28
*
generate names for unnamed AST nodes
Ben Smith
2016-04-15
1
-20
/
+57
*
read names section from binary format, w/ test
Ben Smith
2016-03-25
1
-0
/
+184