index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shell-interface.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wasm64] Make interpreter table methods operate on Address, not Index (#7062)
Alon Zakai
2024-11-07
1
-3
/
+4
*
[NFC] Use RAII to manage call depth tracking in the interpreter (#7049)
Alon Zakai
2024-11-01
1
-1
/
+1
*
Fix handling of exported imported functions (#6044)
Alon Zakai
2023-10-24
1
-1
/
+1
*
Changing Fatal() to assert() (#4982)
Ashley Nelson
2022-09-09
1
-42
/
+14
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-23
/
+117
*
[NFC] Refactor ModuleInstanceBase+RuntimeExpressionRunner into a single class...
Alon Zakai
2022-01-28
1
-6
/
+6
*
LiteralList => Literals (#4451)
Alon Zakai
2022-01-13
1
-2
/
+2
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-3
/
+3
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-6
/
+23
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-2
/
+1
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-1
/
+15
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-4
/
+4
*
Very simple module linking in wasm-shell (#3792)
Abbas Mashayekh
2021-04-16
1
-53
/
+28
*
Fuzzer: Distinguish traps from host limitations (#3801)
Alon Zakai
2021-04-12
1
-0
/
+13
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-2
/
+14
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-3
/
+6
*
Cleanup fallthrough warnings when building without asserts (#3598)
walkingeyerobot
2021-02-23
1
-1
/
+2
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-4
/
+20
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-1
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+2
*
Update interpreter for new EH spec (#3498)
Heejin Ahn
2021-01-21
1
-1
/
+1
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-1
/
+1
*
Interpreter: Add a limit to how much we try to grow memory, to avoid DOS (#3227)
Alon Zakai
2020-10-12
1
-1
/
+7
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+3
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+1
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-2
/
+1
*
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
-4
/
+4
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-1
/
+2
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-1
/
+1
*
Add interpreter support for EH (#2780)
Heejin Ahn
2020-05-06
1
-0
/
+2
*
Use std::cout for interpreter trap logging (#2755)
Alon Zakai
2020-04-13
1
-1
/
+1
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
1
-6
/
+6
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-7
/
+7
*
Trap when call_indirect's signatures mismatch (#2636)
Heejin Ahn
2020-02-03
1
-0
/
+4
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-1
/
+1
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-11
/
+11
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-3
/
+5
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-5
/
+6
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-1
/
+1
*
Update spec test suite (#2484)
Heejin Ahn
2019-11-29
1
-2
/
+2
*
Print only literal values when printing literals (#2469)
Heejin Ahn
2019-11-26
1
-2
/
+2
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+2
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-2
/
+2
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+2
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-3
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-29
/
+49
*
Refactor interpreter initialization to use bulk memory (#2025)
Thomas Lively
2019-04-18
1
-23
/
+4
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-0
/
+3
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-1
/
+1
[next]