summaryrefslogtreecommitdiff
path: root/src/s2wasm-main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Factor linker-related functionality of S2WasmBuilder into its own class (#372)Derek Schuff2016-04-211-4/+5
* remove the AllocatingModule class, and just make Module have allocations. the...Alon Zakai2016-04-181-1/+1
* Generate emscripten dynCall thunks in s2wasm (#342)Derek Schuff2016-04-131-2/+11
* Properly align the stack pointerDerek Schuff2016-04-061-1/+1
* refactor printingAlon Zakai2016-04-041-1/+1
* refactor file flags into enumsAlon Zakai2016-03-311-2/+2
* set the binary bit on files we need to open in binary modeAlon Zakai2016-03-311-2/+2
* Clean unsigned long long -> size_t assignment build warnings on Visual Studio...Jukka Jylänki2016-03-281-4/+4
* Support --initial-size and --max-size to specify linear memory sizeDerek Schuff2016-03-211-1/+20
* add wasm-printing.hAlon Zakai2016-02-171-0/+1
* move printing to a passAlon Zakai2016-02-171-1/+2
* Support startJF Bastien2016-02-051-1/+7
* Add an option to allocate space for user stack at link timeDerek Schuff2016-02-041-1/+10
* Add s2wasm option to ignore unknown symbolsJF Bastien2016-01-271-1/+8
* Fix formatJF Bastien2016-01-201-6/+7
* asm2wasm: use support's command-lineJF Bastien2016-01-111-1/+1
* s2wasm: only create output file when successfulJF Bastien2016-01-081-1/+1
* Merge pull request #64 from WebAssembly/color-disableAlon Zakai2016-01-041-0/+2
|\
| * Disable colors when outputting to a fileJF Bastien2016-01-041-0/+2
* | Move file input / output to support.JF Bastien2016-01-041-38/+4
|/
* Add curlies.JF Bastien2016-01-041-1/+2
* Generalize command-line parsing more.JF Bastien2016-01-021-17/+32
* Start moving command-line processing to libsupport.aJF Bastien2015-12-291-1/+1
* generalize commandline options and add global-base option for s2wasmAlon Zakai2015-12-231-2/+10
* Move command line to its own file.JF Bastien2015-12-221-50/+3
* s2wasm: add outfileJF Bastien2015-12-221-28/+87
* Fix the license headersJF Bastien2015-12-211-1/+16
* patch emscripten_asm_const calls with the sigAlon Zakai2015-12-141-1/+5
* start to emit metadata from s2wasmAlon Zakai2015-12-141-0/+1
* parse call_indirect and skip importsAlon Zakai2015-12-121-1/+1
* process on s2wasm, and first working testcaseAlon Zakai2015-12-101-0/+43