Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update wasm.js | Alon Zakai | 2016-04-18 | 1 | -2/+2 |
| | |||||
* | remove the AllocatingModule class, and just make Module have allocations. ↵ | Alon Zakai | 2016-04-18 | 1 | -4/+4 |
| | | | | the distinction is not really that useful, and passes do need to allocate, so we would need to pass around AllocatingModules all around anyhow. (#361) | ||||
* | add debug param for SExpressionWasmBuilder | Alon Zakai | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | add apis for accessing module elements | Alon Zakai | 2016-04-04 | 1 | -9/+6 |
| | |||||
* | handle unaligned i64 loads in wasm-js.cpp | Alon Zakai | 2016-04-04 | 1 | -1/+15 |
| | |||||
* | verify imports are valid in wasm.js, do not wait to abort if/when they are ↵ | Alon Zakai | 2016-04-01 | 1 | -0/+12 |
| | | | | called | ||||
* | fix wasm.js loads of aligned i64s | Alon Zakai | 2016-03-30 | 1 | -0/+4 |
| | |||||
* | fix wasm.js loads of i64 that read <8 bytes | Alon Zakai | 2016-03-30 | 1 | -8/+9 |
| | |||||
* | add function stack printing in interpreter | Alon Zakai | 2016-03-23 | 1 | -0/+12 |
| | |||||
* | update wasm.js | Alon Zakai | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | finish wasm-binary method and update emscripten | Alon Zakai | 2016-03-12 | 1 | -2/+2 |
| | |||||
* | refactor wasm.js and prepare for loading and interpreting binaries | Alon Zakai | 2016-03-12 | 1 | -9/+32 |
| | |||||
* | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 1 | -3/+13 |
| | | | | | | | The AST and everything that uses it treats the values as pages. Javascript continues to use bytes. This matches v8 and sexpr-wasm, and the consensus from live discussion and PR209 in the spec. | ||||
* | remove optimization for interpreter memory generation, make it always return ↵ | Alon Zakai | 2016-03-04 | 1 | -12/+9 |
| | | | | a memory like in the native code path | ||||
* | fix unaligned wasm.js load/store | Alon Zakai | 2016-02-19 | 1 | -2/+3 |
| | |||||
* | handle aligned and unaligned int64 store in wasm.js | Alon Zakai | 2016-02-19 | 1 | -14/+20 |
| | |||||
* | make wasm.js tolerate wrong alignments, as per the wasm spec | Alon Zakai | 2016-02-19 | 1 | -4/+3 |
| | |||||
* | support 64-bit stores in wasm.js | Alon Zakai | 2016-02-19 | 1 | -0/+5 |
| | |||||
* | add unaligned memory accesses to wasm.js | Alon Zakai | 2016-02-19 | 1 | -3/+64 |
| | |||||
* | update wasm.js | Alon Zakai | 2016-02-08 | 1 | -3/+3 |
| | |||||
* | relax wasm.js assertions on alignment, and update wasm.js build | Alon Zakai | 2016-02-01 | 1 | -2/+2 |
| | |||||
* | refactor FunctionType to always be accessed from the Module's central store, ↵ | Alon Zakai | 2016-01-11 | 1 | -1/+1 |
| | | | | which is necessary for simple binary writing | ||||
* | asm2wasm: use support's command-line | JF Bastien | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | refactor memory merging code | Alon Zakai | 2015-12-23 | 1 | -0/+17 |
| | |||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
| | | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai. | ||||
* | handle memory in load_s_expr2wasm | Alon Zakai | 2015-11-29 | 1 | -0/+5 |
| | |||||
* | fix wasm.js/s-expression-parsing global mapping | Alon Zakai | 2015-11-28 | 1 | -19/+1 |
| | |||||
* | optionally emit mappedGlobals in asm2wasm, and use that to help when parsing ↵ | Alon Zakai | 2015-11-28 | 1 | -18/+36 |
| | | | | s-expressions | ||||
* | work on s-parsing in wasm.js | Alon Zakai | 2015-11-28 | 1 | -3/+19 |
| | |||||
* | refactor wasm.js so that it will be able to support multiple wasm loading ↵ | Alon Zakai | 2015-11-28 | 1 | -7/+24 |
| | | | | methods | ||||
* | create an AllocatingModule which handles allocation for its elements | Alon Zakai | 2015-11-24 | 1 | -2/+2 |
| | |||||
* | refactor memory growth code to a central location | Alon Zakai | 2015-11-22 | 1 | -21/+1 |
| | |||||
* | refactor asm2wasm proprocessing into a shared location | Alon Zakai | 2015-11-22 | 1 | -43/+4 |
| | |||||
* | implement growMemory in wasm.js | Alon Zakai | 2015-11-19 | 1 | -2/+14 |
| | |||||
* | wasm.js memory growth fixes | Alon Zakai | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | work towards memory growth in asm2wasm code | Alon Zakai | 2015-11-19 | 1 | -1/+23 |
| | |||||
* | start to parse asm.js memory growth code | Alon Zakai | 2015-11-19 | 1 | -0/+24 |
| | |||||
* | runtime debugging for wasm.js | Alon Zakai | 2015-11-18 | 1 | -30/+23 |
| | |||||
* | receive TOTAL_MEMORY from emscripten in wasm.js | Alon Zakai | 2015-11-18 | 1 | -1/+3 |
| | |||||
* | handle f32 params in wasm-js | Alon Zakai | 2015-11-18 | 1 | -0/+2 |
| | |||||
* | store f32 properly in wasm-js | Alon Zakai | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | return float in wasm-js load of float | Alon Zakai | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | annotate traps | Alon Zakai | 2015-11-17 | 1 | -4/+4 |
| | |||||
* | return undefined from wasm.js when return type is none | Alon Zakai | 2015-11-17 | 1 | -7/+8 |
| | |||||
* | don't allow direct access to the vectors on the Module object | Alon Zakai | 2015-11-11 | 1 | -1/+2 |
| | |||||
* | comments | Alon Zakai | 2015-11-11 | 1 | -7/+16 |
| | |||||
* | fix export calls in wasm.js | Alon Zakai | 2015-11-07 | 1 | -3/+4 |
| | |||||
* | call exports, not functions, from the outside | Alon Zakai | 2015-11-06 | 1 | -3/+3 |
| | |||||
* | host ops | Alon Zakai | 2015-11-06 | 1 | -0/+4 |
| | |||||
* | refactor data structures | Alon Zakai | 2015-11-05 | 1 | -1/+1 |
| |