index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wast-parser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+1
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
1
-1
/
+1
*
Refactor simd load/store text parsing to use a template. NFC (#1798)
Sam Clegg
2022-01-07
1
-0
/
+4
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
1
-0
/
+1
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-0
/
+9
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-4
/
+14
*
Delay validation of elem init expressions until validation time (#1730)
Sam Clegg
2021-10-14
1
-3
/
+3
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-1
/
+1
*
[Memory64] Support reading/writing limits as 64-bit LEBs (#1664)
Wouter van Oortmerssen
2021-04-22
1
-1
/
+1
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+1
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-0
/
+2
*
Changes required to make the new Memory64 spec tests run (#1560)
Wouter van Oortmerssen
2020-10-26
1
-0
/
+1
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-2
/
+2
*
Better error when parsing input/output command (#1460)
Ben Smith
2020-06-10
1
-0
/
+2
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-1
/
+2
*
Update testsuite (for SIMD) (#1373)
Ben Smith
2020-03-25
1
-1
/
+3
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-0
/
+2
*
Fix parse error with table and elem exprs (#1293)
Ben Smith
2020-01-09
1
-1
/
+2
*
Update testsuite (#1275)
Sam Clegg
2020-01-09
1
-4
/
+8
*
wast2json: add new `assert_return_func` assertion type (#1224)
Sam Clegg
2019-11-15
1
-0
/
+1
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-1
/
+1
*
Add ref.* to the (invoke) (#1156)
Yury Delendik
2019-09-12
1
-0
/
+1
*
Fix some bugs w/ wast2json and SIMD (#1140)
Ben Smith
2019-08-10
1
-2
/
+2
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
1
-0
/
+2
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-1
/
+2
*
Make v128.const i32x4 op conform to the SIMD draft (#1037)
gnzlbg
2019-03-28
1
-1
/
+1
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-0
/
+1
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-1
/
+1
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-1
/
+0
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-1
/
+4
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-7
/
+5
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-0
/
+1
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-1
/
+1
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-2
/
+0
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+2
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-2
/
+1
*
Wabt simd v128.const instruction initial PR: (#677)
lizhengxing
2017-12-15
1
-0
/
+2
*
Update testsuite; call_indirect has new syntax (#667)
Ben Smith
2017-11-11
1
-0
/
+2
*
Add Atomic instructions (#633)
Ben Smith
2017-09-20
1
-0
/
+2
*
Only allow parsing one module with wat2wasm (#622)
Ben Smith
2017-09-12
1
-9
/
+15
*
Return unique_ptr<Script> from parser (#605)
Ben Smith
2017-09-01
1
-3
/
+4
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-5
/
+5
*
Clean up various structs in ir.h (#595)
Ben Smith
2017-08-26
1
-1
/
+1
*
Add saturating float truncation operators (#573)
Ben Smith
2017-08-16
1
-2
/
+5
*
Rewrite parser as recursive descent (#591)
Ben Smith
2017-08-15
1
-1
/
+174
*
Rename snake_case to MixedCase. (#579)
Ben Smith
2017-07-19
1
-4
/
+4
*
Remove BinaryErrorHandler, rename SourceErrorHandler (#553)
Ben Smith
2017-07-06
1
-2
/
+4
*
Fix the validator to be able to validate exception handling constructs. (#514)
KarlSchimpf
2017-06-22
1
-1
/
+1
*
Add syntax for try blocks to the wast parser. (#490)
KarlSchimpf
2017-06-11
1
-1
/
+7
*
Rename all occurences of AST (#413)
Ben Smith
2017-05-04
1
-0
/
+31