summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* implement getTemp/freeTempAlon Zakai2015-12-011-10/+26
|
* finish first pass on wasm2asmAlon Zakai2015-12-012-0/+10
|
* wasm2asm progressAlon Zakai2015-12-012-2/+44
|
* update spec test interpreter to new spectest module nameAlon Zakai2015-12-011-2/+2
|
* wasm.js imports refactoring, and temporary flattening of imports for native wasmAlon Zakai2015-12-011-14/+28
|
* refactor wasm.js method and add testingAlon Zakai2015-11-291-2/+12
|
* use wasm-s-parser method by efaultAlon Zakai2015-11-291-1/+1
|
* handle memory in load_s_expr2wasmAlon Zakai2015-11-291-0/+5
|
* apply mapped globals in wasm.js on all asm2wasm output, whether done on the ↵Alon Zakai2015-11-291-13/+23
| | | | client or ahead of time
* fix wasm.js/s-expression-parsing global mappingAlon Zakai2015-11-282-20/+23
|
* be very careful when converting doubles to ints in asm2wasmAlon Zakai2015-11-283-2/+8
|
* optionally emit mappedGlobals in asm2wasm, and use that to help when parsing ↵Alon Zakai2015-11-284-23/+65
| | | | s-expressions
* work on s-parsing in wasm.jsAlon Zakai2015-11-281-3/+19
|
* use new on ArrayBufferAlon Zakai2015-11-281-1/+1
|
* support interpreting wasm from either asm2wasm or wasm-s-parser in wasm.jsAlon Zakai2015-11-281-5/+9
|
* when using native wasm support, we need to merge the written data with the ↵Alon Zakai2015-11-281-1/+3
| | | | mem init that wasm provides
* refactor wasm.js so that it will be able to support multiple wasm loading ↵Alon Zakai2015-11-287-61/+99
| | | | methods
* wasm2asm progressAlon Zakai2015-11-272-0/+58
|
* wasm2asm progressAlon Zakai2015-11-271-11/+9
|
* commentAlon Zakai2015-11-271-2/+3
|
* handle no default when printing switchAlon Zakai2015-11-271-2/+3
|
* handle empty blocks in s-parserAlon Zakai2015-11-271-1/+3
|
* ensure memory is initialized to 0 in native shellAlon Zakai2015-11-271-1/+4
|
* unify convert/compare into unary/binary, and do a pre-pass in s-expression ↵Alon Zakai2015-11-275-364/+293
| | | | parser for function types, to fix new assertions that notice some missing types
* fix makeCallAlon Zakai2015-11-271-3/+3
|
* wasm2asm progressAlon Zakai2015-11-262-0/+42
|
* wasm2asm progressAlon Zakai2015-11-261-0/+11
|
* wasm2asm progressAlon Zakai2015-11-261-1/+39
|
* wasm2asm progressAlon Zakai2015-11-262-0/+39
|
* wasm2asm progressAlon Zakai2015-11-261-5/+24
|
* wasm2asm progressAlon Zakai2015-11-261-1/+9
|
* wasm2asm progressAlon Zakai2015-11-261-12/+24
|
* wasm2asm progressAlon Zakai2015-11-262-53/+49
|
* wasm2asm progressAlon Zakai2015-11-251-20/+10
|
* wasm2asm progressAlon Zakai2015-11-251-28/+66
|
* wasm2asm progressAlon Zakai2015-11-251-5/+181
|
* wasm2asm progressAlon Zakai2015-11-241-3/+22
|
* wasm2asm progressAlon Zakai2015-11-241-8/+46
|
* wasm2asm progressAlon Zakai2015-11-241-9/+35
|
* wasm2asm progressAlon Zakai2015-11-242-32/+58
|
* initial work on wasm2asmAlon Zakai2015-11-241-0/+187
|
* add deStat from emscripten optimizerAlon Zakai2015-11-241-0/+5
|
* create an AllocatingModule which handles allocation for its elementsAlon Zakai2015-11-246-11/+22
|
* support memory growth in wasm.js native wasm integration code, which an work ↵Alon Zakai2015-11-221-1/+3
| | | | now that memory growth is shared in asm2wasm in both shell and js
* refactor memory growth code to a central locationAlon Zakai2015-11-223-25/+27
|
* refactor asm2wasm proprocessing into a shared locationAlon Zakai2015-11-223-62/+63
|
* fix case printingAlon Zakai2015-11-221-1/+1
|
* emit constants instead of callImport when there is a type necessaryAlon Zakai2015-11-221-5/+12
|
* print logging prints to stderrAlon Zakai2015-11-221-3/+3
|
* add remove-imports passAlon Zakai2015-11-221-0/+36
|