index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
asmjs
/
asm_v_wasm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2js: Add basic reference operations (#6648)
Alon Zakai
2024-06-10
1
-0
/
+4
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-16
/
+0
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-3
/
+0
*
[Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...
Max Graey
2021-09-01
1
-7
/
+7
*
Cleanup fallthrough warnings when building without asserts (#3598)
walkingeyerobot
2021-02-23
1
-2
/
+3
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-3
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+3
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-38
/
+0
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+6
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+3
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-3
/
+0
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
1
-1
/
+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
-2
/
+2
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-2
/
+4
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-3
/
+3
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-2
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-24
/
+24
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-4
/
+9
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-52
/
+8
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-5
/
+5
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-1
/
+7
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-4
/
+4
*
Refactor type and function parsing (#2143)
Heejin Ahn
2019-05-24
1
-15
/
+8
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-30
/
+56
*
Require unique_ptr to Module::addFunctionType() (#1672)
Paweł Bylica
2019-01-10
1
-3
/
+2
*
Fuzzing: log values during execution (#1779)
Alon Zakai
2018-11-30
1
-4
/
+4
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-1
/
+4
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-10
/
+15
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-19
/
+19
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
1
-0
/
+12
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-1
/
+1
*
asm2wasm i64 support (#723)
Alon Zakai
2016-09-30
1
-0
/
+2
*
Generate thunks for address-taken imports (#554)
Derek Schuff
2016-06-02
1
-1
/
+1
*
allocate only expressions in arenas - functions, imports, exports, function t...
Alon Zakai
2016-04-27
1
-3
/
+3
*
add an ArenaVector for internal array allocations in expression nodes
Alon Zakai
2016-04-26
1
-24
/
+6
*
Move wasm-linker into its own cpp file (#375)
Derek Schuff
2016-04-21
1
-0
/
+128