index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
asmjs
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2js: Add Table operations (#6650)
Alon Zakai
2024-06-11
2
-0
/
+5
*
wasm2js: Add basic reference operations (#6648)
Alon Zakai
2024-06-10
1
-0
/
+4
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
2
-5
/
+1
*
[NFC] Remove more `cashew::` namespaces from IString (#5127)
Thomas Lively
2022-10-11
1
-78
/
+80
*
[NFC] Remove `cashew::` namespace from IString (#5126)
Thomas Lively
2022-10-10
1
-92
/
+94
*
wasm2js: Don't assume that `env.abort` can always be impored. (#5049)
Sam Clegg
2022-09-16
2
-2
/
+1
*
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
*
[wasm2js] Use native JavaScript Math.trunc (#3329)
Max Graey
2020-11-10
2
-5
/
+3
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
3
-42
/
+0
*
Remove OptimizeCalls from PostEmscripten. NFC. (#3326)
Sam Clegg
2020-11-06
2
-2
/
+0
*
wasm2js: Remove global dict arguments to asmFunc (#3325)
Sam Clegg
2020-11-05
2
-8
/
+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
*
Added headers to CMake files (#3037)
Wouter van Oortmerssen
2020-08-10
1
-0
/
+2
*
wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926)
Alon Zakai
2020-06-23
1
-2
/
+0
*
wasm2js: Bulk memory support (#2923)
Alon Zakai
2020-06-22
1
-0
/
+7
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-3
/
+3
*
Reland "Link binaryen tools against the dylib" (#2892)
Derek Schuff
2020-06-03
2
-0
/
+13
*
Revert "Link binaryen tools against the dylib (#2864)" (#2891)
Derek Schuff
2020-06-02
2
-13
/
+0
*
Link binaryen tools against the dylib (#2864)
Derek Schuff
2020-06-02
2
-0
/
+13
*
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
*
cmake: Convert to using lowercase for and functions/macros (#2495)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Collect all object files from the object libraries in a CMake variable (#2477)
Immanuel Haffner
2019-11-26
1
-1
/
+1
*
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...
Alon Zakai
2019-11-25
1
-1
/
+1
*
Build libbinaryen as a monolithic statically/shared library (#2463)
Immanuel Haffner
2019-11-22
1
-1
/
+1
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-1
/
+7
*
Support empty export names in wasm2js and JS mangling in general (#2290)
Alon Zakai
2019-08-09
1
-0
/
+6
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-4
/
+4
*
Stop emitting "almost asm" in wasm2js output (#2221)
Alon Zakai
2019-07-12
2
-4
/
+0
*
Refactor type and function parsing (#2143)
Heejin Ahn
2019-05-24
1
-15
/
+8
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
2
-4
/
+4
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
5
-286
/
+257
*
wasm2js: use scratch memory properly (#2033)
Alon Zakai
2019-04-22
1
-0
/
+16
*
Require unique_ptr to Module::addFunctionType() (#1672)
Paweł Bylica
2019-01-10
1
-3
/
+2
*
constant refactoring for STACKTOP and STACK_MAX
Alon Zakai
2018-12-11
2
-0
/
+4
[next]