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
*
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
*
Compare binaryen fuzz-exec to JS VMs (#1856)
Alon Zakai
2019-01-10
1
-1
/
+1
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-0
/
+6
*
Add virtual destructor to fix build warning/error (#1793)
Sam Clegg
2018-11-30
1
-0
/
+1
*
Fuzzing: log values during execution (#1779)
Alon Zakai
2018-11-30
1
-1
/
+1
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-0
/
+1
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
1
-3
/
+3
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-1
/
+2
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-9
/
+15
*
Print Stack IR in proper .wat format (#1630)
Alon Zakai
2018-08-14
1
-1
/
+1
*
afl-fuzz fixes for table/memory instantiation (#1460)
Alon Zakai
2018-03-06
1
-4
/
+8
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-1
/
+1
*
Make several derived classes final (#1180)
Derek Schuff
2017-09-12
1
-1
/
+1
*
Log callImport fatal error to cerr so it is not buffered. (#1036)
Sam Clegg
2017-06-12
1
-2
/
+2
*
trap on bad result types in shell-interface callTable
Alon Zakai (kripken)
2017-06-01
1
-0
/
+3
*
ctor evaller (#982)
Alon Zakai
2017-04-28
1
-57
/
+16
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-1
/
+1
*
Fully handle EM_ASM in s2wasm (#910)
jgravelle-google
2017-02-23
1
-0
/
+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
/
+4
*
table parsing and executing fixes
Alon Zakai
2016-09-20
1
-1
/
+2
*
support spectest.global
Alon Zakai
2016-09-20
1
-1
/
+14
*
use globals in asm2wasm
Alon Zakai
2016-09-07
1
-3
/
+5
*
call_indirect is now structural, so no need to pass the type name around
Alon Zakai
2016-09-07
1
-2
/
+1
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-1
/
+1
*
offset support in table
Alon Zakai
2016-08-15
1
-0
/
+24
*
support expressions in segment offsets
Alon Zakai
2016-08-12
1
-2
/
+3
*
add shared-constants.h for wasm constants
Alon Zakai
2016-06-26
1
-0
/
+1
*
refactor interpreter code to provide expression executors for both standalone...
Alon Zakai
2016-06-18
1
-1
/
+1
*
parse error details
Alon Zakai
2016-05-12
1
-1
/
+0
*
use exceptions consistently to report input errors
Alon Zakai
2016-05-12
1
-0
/
+5
*
Introduce a separate type for linear memory addresses (#477)
Derek Schuff
2016-05-11
1
-3
/
+3
*
just use a simple vector in data segments
Alon Zakai
2016-04-27
1
-3
/
+3
*
Split construction, scanning, and building phases of S2WasmBuilder (#400)
Derek Schuff
2016-04-27
1
-2
/
+1
*
refactor shell interface into its own file
Alon Zakai
2016-04-04
1
-0
/
+180