index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
s2wasm-main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor linker-related functionality of S2WasmBuilder into its own class (#372)
Derek Schuff
2016-04-21
1
-4
/
+5
*
remove the AllocatingModule class, and just make Module have allocations. the...
Alon Zakai
2016-04-18
1
-1
/
+1
*
Generate emscripten dynCall thunks in s2wasm (#342)
Derek Schuff
2016-04-13
1
-2
/
+11
*
Properly align the stack pointer
Derek Schuff
2016-04-06
1
-1
/
+1
*
refactor printing
Alon Zakai
2016-04-04
1
-1
/
+1
*
refactor file flags into enums
Alon Zakai
2016-03-31
1
-2
/
+2
*
set the binary bit on files we need to open in binary mode
Alon Zakai
2016-03-31
1
-2
/
+2
*
Clean unsigned long long -> size_t assignment build warnings on Visual Studio...
Jukka Jylänki
2016-03-28
1
-4
/
+4
*
Support --initial-size and --max-size to specify linear memory size
Derek Schuff
2016-03-21
1
-1
/
+20
*
add wasm-printing.h
Alon Zakai
2016-02-17
1
-0
/
+1
*
move printing to a pass
Alon Zakai
2016-02-17
1
-1
/
+2
*
Support start
JF Bastien
2016-02-05
1
-1
/
+7
*
Add an option to allocate space for user stack at link time
Derek Schuff
2016-02-04
1
-1
/
+10
*
Add s2wasm option to ignore unknown symbols
JF Bastien
2016-01-27
1
-1
/
+8
*
Fix format
JF Bastien
2016-01-20
1
-6
/
+7
*
asm2wasm: use support's command-line
JF Bastien
2016-01-11
1
-1
/
+1
*
s2wasm: only create output file when successful
JF Bastien
2016-01-08
1
-1
/
+1
*
Merge pull request #64 from WebAssembly/color-disable
Alon Zakai
2016-01-04
1
-0
/
+2
|
\
|
*
Disable colors when outputting to a file
JF Bastien
2016-01-04
1
-0
/
+2
*
|
Move file input / output to support.
JF Bastien
2016-01-04
1
-38
/
+4
|
/
*
Add curlies.
JF Bastien
2016-01-04
1
-1
/
+2
*
Generalize command-line parsing more.
JF Bastien
2016-01-02
1
-17
/
+32
*
Start moving command-line processing to libsupport.a
JF Bastien
2015-12-29
1
-1
/
+1
*
generalize commandline options and add global-base option for s2wasm
Alon Zakai
2015-12-23
1
-2
/
+10
*
Move command line to its own file.
JF Bastien
2015-12-22
1
-50
/
+3
*
s2wasm: add outfile
JF Bastien
2015-12-22
1
-28
/
+87
*
Fix the license headers
JF Bastien
2015-12-21
1
-1
/
+16
*
patch emscripten_asm_const calls with the sig
Alon Zakai
2015-12-14
1
-1
/
+5
*
start to emit metadata from s2wasm
Alon Zakai
2015-12-14
1
-0
/
+1
*
parse call_indirect and skip imports
Alon Zakai
2015-12-12
1
-1
/
+1
*
process on s2wasm, and first working testcase
Alon Zakai
2015-12-10
1
-0
/
+43