index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm-shell.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-1
/
+1
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-1
/
+1
*
Add interpreter support for EH (#2780)
Heejin Ahn
2020-05-06
1
-0
/
+3
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-18
/
+12
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-2
/
+2
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-1
/
+1
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-2
/
+1
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-4
/
+2
*
Update spec test suite (#2484)
Heejin Ahn
2019-11-29
1
-2
/
+2
*
Enable all features in wasm-shell assert failure tests (#2254)
Heejin Ahn
2019-07-25
1
-0
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-4
/
+8
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-50
/
+75
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-3
/
+4
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
1
-1
/
+1
*
Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)
Alon Zakai
2019-01-23
1
-2
/
+2
*
Feature options (#1797)
Thomas Lively
2018-12-03
1
-5
/
+5
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-11
/
+16
*
Change the Literal class's operator== to be bitwise (#1661)
Alon Zakai
2018-09-01
1
-2
/
+2
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-1
/
+1
*
Restrict validation output to just validation errors in the API (#1253)
Daniel Wirtz
2017-11-01
1
-1
/
+5
*
precompute-propagate pass (#1179)
Alon Zakai
2017-09-12
1
-2
/
+2
*
New fuzzer (#1126)
Alon Zakai
2017-08-11
1
-15
/
+9
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-1
/
+1
*
Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725)
Alon Zakai
2016-10-03
1
-2
/
+2
*
error on putting spectest.print in a table
Alon Zakai
2016-09-21
1
-0
/
+11
*
validate spectest.print as a function
Alon Zakai
2016-09-20
1
-1
/
+7
*
global importing fixes: use the right counter for globals and for functions
Alon Zakai
2016-09-20
1
-1
/
+12
*
support module operations in shell tests
Alon Zakai
2016-09-17
1
-28
/
+55
*
support assert_malformed in shell test runner
Alon Zakai
2016-09-16
1
-1
/
+6
*
wasm-shell improvements: print out which module is built, add option to skip ...
Alon Zakai
2016-09-07
1
-2
/
+27
*
better printing when assert_invalids fail
Alon Zakai
2016-09-07
1
-1
/
+7
*
separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t...
Alon Zakai
2016-07-13
1
-45
/
+0
*
rename binaryen-shell to wasm-shell
Alon Zakai
2016-07-13
1
-0
/
+267