index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-emscripten.h
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
-6
/
+0
*
Remove metadata generation from wasm-emscripten-finalize (#4863)
Sam Clegg
2022-08-07
1
-2
/
+0
*
Remove renameMainArgcArgv from wasm-emscripten-finalize (#4700)
Sam Clegg
2022-05-31
1
-6
/
+0
*
finalize: remove initializers from metadata output (#3479)
Sam Clegg
2021-01-11
1
-1
/
+1
*
finalize: there can only ever be a single initializer function. NFC. (#3452)
Sam Clegg
2020-12-18
1
-2
/
+1
*
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
-3
/
+0
*
Remove now-redundant stack pointer manipulation passes (#3251)
Sam Clegg
2020-10-18
1
-4
/
+0
*
Let GenerateDynCalls generate dynCalls for invokes (#3192)
Heejin Ahn
2020-10-02
1
-5
/
+0
*
Stop generating __growWasmMemory (#3180)
Sam Clegg
2020-10-01
1
-1
/
+0
*
wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)
Sam Clegg
2020-08-26
1
-9
/
+6
*
wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044)
Alon Zakai
2020-08-19
1
-0
/
+4
*
Move generateDynCallThunks into its own pass. NFC. (#3000)
Sam Clegg
2020-08-04
1
-6
/
+2
*
Move stack-check into its own pass (#2994)
Sam Clegg
2020-07-27
1
-4
/
+0
*
wasm-emscripten-finalize: remove exportWasiStart (#2986)
Sam Clegg
2020-07-27
1
-2
/
+0
*
Move ReplaceStackPoint into a pass (#2984)
Sam Clegg
2020-07-24
1
-4
/
+0
*
Support new clang mangling of main (__main_argc_argv) (#2671)
Sam Clegg
2020-06-10
1
-0
/
+6
*
Remove stackSave/stackAlloc/stackRestore code generation (#2852)
Sam Clegg
2020-05-20
1
-6
/
+0
*
Add stack-pointer argument to post-emscripten pass. (#2823)
Sam Clegg
2020-05-01
1
-1
/
+2
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-0
/
+2
*
Support stack overflow checks in standalone mode (#2525)
Alon Zakai
2019-12-12
1
-0
/
+3
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-2
/
+2
*
Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)
Alon Zakai
2019-09-18
1
-0
/
+2
*
Implement --check-stack-overflow flag for wasm-emscripten-finalize (#2278)
Guanzhong Chen
2019-08-02
1
-1
/
+5
*
wasm-emscripten-finalize: Internalize mutable __stack_pointer import (#2213)
Sam Clegg
2019-07-10
1
-0
/
+4
*
Ignore --initial-stack-pointer arg to wasm-emscripten-finalize (#2201)
Sam Clegg
2019-07-10
1
-1
/
+0
*
Generate `dynCall` function for all signature used by `invoke` functions. (#2...
Sam Clegg
2019-05-10
1
-0
/
+4
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-12
/
+10
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-2
/
+2
*
Add feature options to emscripten metadata (#1982)
Thomas Lively
2019-04-05
1
-1
/
+2
*
wasm-emscripten-finalize: Improve shared library support (#1961)
Sam Clegg
2019-04-02
1
-0
/
+2
*
wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)
Sam Clegg
2019-03-12
1
-7
/
+1
*
wasm-emscripten-finalize: separateDataSegments() fix (#1897)
Alon Zakai
2019-02-06
1
-1
/
+4
*
Emscripten stack simplification (#1870)
Alon Zakai
2019-01-16
1
-1
/
+1
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-1
/
+1
*
wasm-emscripten-finalize: import env.STACKTOP, like asm2wasm does
Alon Zakai
2018-12-11
1
-0
/
+1
*
wasm-emscripten-finalize: Remove stack pointer global from shared libs (#1791)
Sam Clegg
2018-11-30
1
-0
/
+4
*
wasm-emscripten-finalize: Initial support for handling shared libraries (#1746)
Sam Clegg
2018-11-15
1
-3
/
+0
*
Add wasm-emscripten-finalize flag to separate data segments into a file (#1741)
Derek Schuff
2018-11-14
1
-0
/
+4
*
Remove s2wasm (#1607)
Sam Clegg
2018-06-28
1
-8
/
+0
*
Move the renaming of llvm-generated __invoke_XX functions from s2wasm into wa...
Sam Clegg
2018-05-10
1
-0
/
+2
*
Emscripten addFunction support for Wasm backend (#1395)
Heejin Ahn
2018-02-07
1
-2
/
+9
*
First pass at LLD support for Emscripten (#1346)
Jacob Gravelle
2018-01-22
1
-3
/
+9
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-1
/
+1
*
Decouple wasm-linker from Emscripten glue (#1293)
Jacob Gravelle
2017-11-15
1
-13
/
+33
*
S2wasm runtime funcs (#1027)
jgravelle-google
2017-06-05
1
-0
/
+3
*
Make header guards consistent (#997)
Sam Clegg
2017-05-04
1
-3
/
+3
*
Generate global imports separately from emscripten glue (#852)
jgravelle-google
2016-12-01
1
-2
/
+0
*
Handle importing globals in s2wasm (#843)
jgravelle-google
2016-11-30
1
-0
/
+2
*
Add flag to s2wasm to export __growWasmMemory function (#696)
jgravelle-google
2016-09-09
1
-0
/
+42