index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
parse
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-1
/
+1
*
Fix parsing of malformed element section in text format (#2439)
Changqing Jing
2024-07-12
1
-0
/
+9
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-0
/
+1
*
List funcref as one of the expected value types in WastParser::ParseValueType...
Alex Bradbury
2022-05-27
1
-1
/
+1
*
Fix wat parsing of function imports with type name + inline type (#1808)
Sam Clegg
2022-01-15
1
-1
/
+10
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
14
-25
/
+25
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
1
-3
/
+3
*
Add support for inline export/import of tags (#1747)
Asumu Takikawa
2021-10-29
2
-2
/
+4
*
Enable reference types by default (#1729)
Sam Clegg
2021-10-13
4
-8
/
+9
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
4
-7
/
+5
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
5
-14
/
+14
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-3
/
+0
*
Element offset expr is required when bulk disabled (#1569)
Ben Smith
2020-11-11
1
-0
/
+11
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
4
-9
/
+8
*
Add exnref value type to parser (#1389)
Ben Smith
2020-04-14
1
-0
/
+3
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
4
-0
/
+24
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
4
-1
/
+16
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-0
/
+3
*
Fix TODOs in validator; only affects error output
Ben Smith
2020-02-29
7
-7
/
+7
*
Move validation of func signatures into the parser (#1341)
Ben Smith
2020-02-25
1
-0
/
+6
*
Update testsuite (#1327)
Sam Clegg
2020-02-05
1
-0
/
+2
*
Fix parse error with table and elem exprs (#1293)
Ben Smith
2020-01-09
3
-0
/
+19
*
[wat2wasm] Passive segments require bulk memory (#1203)
Ben Smith
2020-01-08
2
-1
/
+3
*
Several fixes for reference types (#1278)
Heejin Ahn
2020-01-08
1
-1
/
+4
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
8
-9
/
+12
*
Check for redefinitions of elem segments (#1193)
Sam Clegg
2019-10-21
1
-0
/
+13
*
Add support for ref.null in global initializers (#1131)
Andy Wingo
2019-07-25
1
-1
/
+4
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
2
-2
/
+2
*
Rewrite the lexer manually, instead of re2c (#1058)
Ben Smith
2019-04-03
1
-1
/
+1
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-0
/
+3
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+20
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
4
-8
/
+10
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
3
-6
/
+6
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-1
/
+1
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+4
*
Update testsuite; enable mut. globals by default (#884)
Ben Smith
2018-08-03
1
-1
/
+0
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
3
-0
/
+15
*
Don't allow memory to be shared by default (#756)
Ben Smith
2018-02-13
3
-1
/
+4
*
Fix: don't allow a test with an empty command list (#736)
Ben Smith
2018-01-25
36
-0
/
+36
*
`wat2wasm` is no longer default TOOL for tests (#735)
Ben Smith
2018-01-25
43
-43
/
+86
*
Rename run args (#728)
Ben Smith
2018-01-21
1
-1
/
+1
*
Allow multiple commands per test in test runner (#725)
Ben Smith
2018-01-19
1
-0
/
+1
*
Add feature flags for sign-ext., mutable-globals (#722)
Ben Smith
2018-01-18
1
-1
/
+1
*
Import/export mutable globals w/ threads enabled (#690)
Ben Smith
2017-12-07
1
-0
/
+2
*
Change shared memory text syntax (#661)
Ben Smith
2017-10-26
4
-6
/
+6
*
Fix assertion in wat2wasm for `(module (test))` (#638)
Ben Smith
2017-09-22
1
-1
/
+1
*
Parse and dump shared limits fields (#632)
Derek Schuff
2017-09-19
4
-0
/
+20
*
Only allow parsing one module with wat2wasm (#622)
Ben Smith
2017-09-12
2
-0
/
+20
*
Rewrite parser as recursive descent (#591)
Ben Smith
2017-08-15
14
-29
/
+14
*
Remove BinaryErrorHandler, rename SourceErrorHandler (#553)
Ben Smith
2017-07-06
39
-44
/
+44
[next]