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
*
Support `ref.extern n` in spec tests (#6858)
Thomas Lively
2024-08-21
1
-1
/
+2
*
[NFC] Save a line in wasm-shell.cpp (#6631)
Thomas Lively
2024-05-29
1
-2
/
+1
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-1
/
+0
*
[NFC] Fix unused variable warning (#6624)
walkingeyerobot
2024-05-22
1
-2
/
+1
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
1
-275
/
+347
*
[Parser] Parse wast scripts (#6581)
Thomas Lively
2024-05-13
1
-2
/
+9
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-0
/
+5
*
[Parser] Use the new parser in wasm-shell and wasm-as (#6529)
Thomas Lively
2024-04-24
1
-44
/
+97
*
[wasm-shell] Error on unknown commands (#6528)
Thomas Lively
2024-04-24
1
-0
/
+2
*
Remove unused options from wasm-shell (#6508)
Thomas Lively
2024-04-17
1
-53
/
+10
*
[EH] Support assert_exception (#5684)
Heejin Ahn
2023-04-23
1
-3
/
+19
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-4
/
+2
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-3
/
+2
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-8
/
+5
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-2
/
+2
*
Fix more no-assertions warnings (#4765)
Alon Zakai
2022-06-30
1
-1
/
+2
*
[NFC] Refactor Feature::All to match FeatureSet.setAll() (#4557)
Alon Zakai
2022-03-31
1
-3
/
+3
*
[Wasm GC] Fix non-nullable tuples (#4555)
Alon Zakai
2022-03-30
1
-3
/
+3
*
[NFC] Refactor ModuleInstanceBase+RuntimeExpressionRunner into a single class...
Alon Zakai
2022-01-28
1
-4
/
+4
*
LiteralList => Literals (#4451)
Alon Zakai
2022-01-13
1
-1
/
+1
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
1
-0
/
+4
*
Clean up warnings on MSVC (#4060)
Wouter van Oortmerssen
2021-08-05
1
-1
/
+1
*
Run spec test all at once after binary transform (#3817)
Abbas Mashayekh
2021-04-20
1
-17
/
+14
*
Very simple module linking in wasm-shell (#3792)
Abbas Mashayekh
2021-04-16
1
-246
/
+329
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-10
/
+9
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-11
/
+9
*
Fix global destructor ordering problem (#3592)
Wouter van Oortmerssen
2021-02-22
1
-19
/
+33
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-14
/
+14
*
Update interpreter for new EH spec (#3498)
Heejin Ahn
2021-01-21
1
-1
/
+1
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-2
/
+1
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-1
/
+1
*
Improve testing on Windows (#3142)
Wouter van Oortmerssen
2020-09-17
1
-6
/
+4
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-2
/
+2
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-2
/
+2
*
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
[next]