Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 1 | -23462/+23519 |
| | | | | | | | 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. | ||||
* | update wasm.js | Alon Zakai | 2016-03-07 | 1 | -3242/+2941 |
| | |||||
* | br_table, no more cases | Alon Zakai | 2016-03-07 | 1 | -5223/+5588 |
| | |||||
* | wasm.js glue integration is now added by emscripten as a pre-js, so it's ↵ | Alon Zakai | 2016-03-04 | 1 | -206/+0 |
| | | | | optimized with the rest of the code, and not as part of the wasm.js executable | ||||
* | update wasm.js build | Alon Zakai | 2016-03-04 | 1 | -23301/+23281 |
| | |||||
* | fix mergeMemory | Alon Zakai | 2016-03-04 | 1 | -4/+6 |
| | |||||
* | Update wasm.js | Derek Schuff | 2016-03-02 | 1 | -24068/+24268 |
| | | | | There have been several changes to wasm-js.cpp since its last update. | ||||
* | update wasm.js build | Alon Zakai | 2016-02-21 | 1 | -5297/+6555 |
| | |||||
* | update wasm.js build | Alon Zakai | 2016-02-19 | 1 | -25103/+24098 |
| | |||||
* | update wasm.js build | Alon Zakai | 2016-02-16 | 1 | -23950/+25099 |
| | |||||
* | update wasm.js | Alon Zakai | 2016-02-08 | 1 | -26867/+27024 |
| | |||||
* | relax wasm.js assertions on alignment, and update wasm.js build | Alon Zakai | 2016-02-01 | 1 | -23670/+25436 |
| | |||||
* | add wasm.js build | Alon Zakai | 2016-01-17 | 1 | -0/+79823 |