index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
gen-wasm.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
1
-31
/
+31
*
Support for import/export info in dylink section (#1741)
Sam Clegg
2021-10-19
1
-0
/
+2
*
Support new dylink custom section format (#1707)
Sam Clegg
2021-09-10
1
-0
/
+4
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-1
/
+1
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
1
-1
/
+1
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-0
/
+4
*
Fix assert when function has struct type (#1498)
Ben Smith
2020-07-25
1
-0
/
+2
*
Remove support for python2 (#1321)
Sam Clegg
2020-01-31
1
-2
/
+1
*
Error on memory.init|data.drop without DataCount (#1297)
Ben Smith
2020-01-10
1
-0
/
+9
*
Switch python indentation from 2-space to 4-space (#1145)
Sam Clegg
2019-08-15
1
-154
/
+154
*
Run flake8 on the whole repository (#1144)
Guanzhong Chen
2019-08-15
1
-3
/
+3
*
Add support for comdat groups in the linking section (#1087)
Sam Clegg
2019-06-04
1
-0
/
+1
*
Add `Event` known section; remove `exception` (#1012)
Ben Smith
2019-02-11
1
-0
/
+1
*
Implement parsing and writing of DataCount section (#998)
Ben Smith
2019-01-23
1
-0
/
+1
*
Add more tests for tail_call feature (#931)
Ben Smith
2018-10-16
1
-0
/
+2
*
Require reserved instruction bytes to be one byte (#922)
Ben Smith
2018-10-05
1
-2
/
+2
*
Remove old sub-sections types from linking section (#840)
Sam Clegg
2018-05-17
1
-2
/
+0
*
Read and write module names in the names section (#831)
Ben Smith
2018-05-01
1
-0
/
+1
*
Don't allow the `v128` type without the simd flag (#824)
Ben Smith
2018-04-04
1
-0
/
+1
*
Add support for new symbol table format (#769)
Sam Clegg
2018-03-05
1
-1
/
+1
*
Replace `run-gen-wasm*.py` with `RUN` commands (#738)
Ben Smith
2018-01-26
1
-2
/
+2
*
Use `section` in gen-wasm tests for subsections (#718)
Ben Smith
2018-01-17
1
-0
/
+11
*
Error out of parse errors in gen-wasm.py (#505)
Sam Clegg
2017-06-18
1
-1
/
+1
*
Update wasm binary format label to 1 (#310)
Derek Schuff
2017-02-24
1
-1
/
+1
*
Add support for yapf python formatting tool (#276)
Sam Clegg
2017-01-18
1
-227
/
+260
*
Parse arbitrary user sections (#220)
Sam Clegg
2016-11-18
1
-2
/
+2
*
Fix types for binary 0xd
Ben Smith
2016-10-26
1
-8
/
+8
*
Remap the operator encoding for binary 0xd
Ben Smith
2016-10-26
1
-171
/
+172
*
append END opcode at end of function
Ben Smith
2016-09-30
1
-0
/
+1
*
fix binary tests for binary_0xc
Ben Smith
2016-09-29
1
-3
/
+34
*
WIP on tables + memories
Ben Smith
2016-09-29
1
-0
/
+1
*
fix binary/* tests
Ben Smith
2016-09-29
1
-3
/
+5
*
python3 support
Ben Smith
2016-09-01
1
-5
/
+5
*
fix binary reader bug popping past a label
Ben Smith
2016-05-06
1
-1
/
+1
*
put ply output files in out/ directory
Ben Smith
2016-05-03
1
-1
/
+3
*
more binary reader tests
Ben Smith
2016-04-30
1
-2
/
+6
*
add {run-,}gen-wasm.py; used to generate .wasm
Ben Smith
2016-04-28
1
-20
/
+19
*
add {run-,}gen-wasm.py; used to generate .wasm
Ben Smith
2016-04-27
1
-0
/
+461