index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-emscripten.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move --separate-data-segments into a pass so it can be run from wasm-opt (#6088)
Sam Clegg
2023-11-08
1
-32
/
+0
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-4
/
+4
*
Strip em_js_deps exports (#5109)
Sam Clegg
2022-10-04
1
-2
/
+0
*
Remove metadata generation from wasm-emscripten-finalize (#4863)
Sam Clegg
2022-08-07
1
-236
/
+0
*
wasm-emscripten-finalize: Remove em_js/em_asm start/stop symbols when strippi...
Sam Clegg
2022-08-05
1
-0
/
+9
*
Cleanup em_asm/em_js strings as part of PostEmscripten (#4871)
Sam Clegg
2022-08-04
1
-90
/
+5
*
wasm-emscripten-finalize: Remove __start/__stop_em_js exports (#4870)
Sam Clegg
2022-08-03
1
-0
/
+3
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-22
/
+22
*
wasm-emscripten-finalize: Improve detection of mainReadsParams (#4701)
Sam Clegg
2022-05-31
1
-6
/
+10
*
Remove renameMainArgcArgv from wasm-emscripten-finalize (#4700)
Sam Clegg
2022-05-31
1
-12
/
+0
*
[EH] Export tags (#4691)
Heejin Ahn
2022-05-26
1
-1
/
+1
*
Update heuristic for finding `__stack_pointer` to allow exports. NFC (#4467)
Sam Clegg
2022-01-20
1
-6
/
+7
*
Escape \t as well as \n when writing JSON output. (#4437)
Sam Clegg
2022-01-10
1
-0
/
+5
*
Remove tableSize from emscripten metadata (#4415)
Sam Clegg
2021-12-28
1
-6
/
+0
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-3
/
+1
*
[Memory64] Fixed atomics / bulk memory support. (#3992)
Wouter van Oortmerssen
2021-07-19
1
-2
/
+2
*
Rename emscripten metadata key to reflect new unmangled names (#3813)
Sam Clegg
2021-04-15
1
-1
/
+1
*
Remove final remnants of name mangling from wasm-emscripten (#3785)
Sam Clegg
2021-04-15
1
-1
/
+1
*
wasm-emscripten: Remove unused EM_ASM_PREFIX and STACK_INIT (#3786)
Sam Clegg
2021-04-08
1
-6
/
+1
*
Fixed reading 64-bit memories and output of globals (#3709)
Wouter van Oortmerssen
2021-03-19
1
-2
/
+2
*
Remove old AsmConstWalker code (#3685)
Sam Clegg
2021-03-12
1
-127
/
+9
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-1
/
+0
*
Support 64-bit data segment init-exps in Memory64 (#3593)
Wouter van Oortmerssen
2021-02-25
1
-6
/
+6
*
Allow em_js strings to be exported as globals (#3577)
Sam Clegg
2021-02-18
1
-14
/
+27
*
Fix removal of em_js strings (#3570)
Sam Clegg
2021-02-16
1
-1
/
+1
*
finalize: strip segments that contain only EM_ASM/EM_JS data (#3557)
Sam Clegg
2021-02-12
1
-47
/
+142
*
Simplify asmConst handling. NFC. (#3558)
Sam Clegg
2021-02-09
1
-76
/
+9
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-1
/
+5
*
finalize: Refactor C string extraction code. NFC. (#3555)
Sam Clegg
2021-02-08
1
-82
/
+84
*
Fix removal of EM_JS functions (#3552)
Sam Clegg
2021-02-08
1
-9
/
+5
*
Simplfy getExpressionName (#3522)
Alon Zakai
2021-01-27
1
-1
/
+1
*
finalize: remove initializers from metadata output (#3479)
Sam Clegg
2021-01-11
1
-8
/
+1
*
finalize: there can only ever be a single initializer function. NFC. (#3452)
Sam Clegg
2020-12-18
1
-8
/
+4
*
Fixed wasm-emscripten-finalize AsmConstWalker not handling 64-bit pointers (#...
Wouter van Oortmerssen
2020-12-14
1
-6
/
+15
*
wasm-emscripten-finalize: Support PIC + threads (#3427)
Sam Clegg
2020-12-04
1
-4
/
+12
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-16
/
+0
*
wasm-emscripten-finalize: Remove staticBump from metadata (#3300)
Sam Clegg
2020-10-29
1
-2
/
+1
*
Remove support for emscripten legacy PIC ABI (#3299)
Sam Clegg
2020-10-29
1
-42
/
+0
*
Remove now-redundant stack pointer manipulation passes (#3251)
Sam Clegg
2020-10-18
1
-26
/
+0
*
Rename Emscripten EHSjLj functions in wasm backend (#3191)
Heejin Ahn
2020-10-10
1
-129
/
+1
*
Let GenerateDynCalls generate dynCalls for invokes (#3192)
Heejin Ahn
2020-10-02
1
-66
/
+0
*
Stop generating __growWasmMemory (#3180)
Sam Clegg
2020-10-01
1
-13
/
+0
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-1
/
+1
*
Stop renaming longjmp in wasm-emscripten-finalize (#3111)
Alon Zakai
2020-09-11
1
-8
/
+1
*
wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)
Sam Clegg
2020-08-26
1
-0
/
+20
*
Remove old EM_ASM handling method (#3069)
Alon Zakai
2020-08-21
1
-63
/
+6
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-2
/
+2
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-11
/
+10
*
wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044)
Alon Zakai
2020-08-19
1
-13
/
+27
*
Move generateDynCallThunks into its own pass. NFC. (#3000)
Sam Clegg
2020-08-04
1
-11
/
+0
[next]