Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update emscripten | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
| | |||||
* | fix imports when arriving from wasm backend, which does not prefix | Alon Zakai | 2016-03-09 | 5 | -5/+22 |
| | |||||
* | use .exports | Alon Zakai | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | Merge pull request #238 from WebAssembly/update-emscripten | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
|\ | | | | | Update emscripten | ||||
| * | update emscripten | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #225 from WebAssembly/memory_pages | Derek Schuff | 2016-03-09 | 58 | -23540/+23656 |
|\ \ | | | | | | | Make initial and max memory sizes be in pages instead of bytes | ||||
| * | | Move rol/ror to src/support/bits.h | Derek Schuff | 2016-03-09 | 2 | -17/+19 |
| | | | |||||
| * | | Implement rotates | Derek Schuff | 2016-03-09 | 7 | -3/+48 |
| | | | |||||
| * | | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 56 | -23539/+23608 |
|/ / | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #235 from WebAssembly/update-emscripten | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
|\| | | | | | Update emscripten to latest incoming | ||||
| * | update emscripten to latest incoming, no more vanilla | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
|/ | |||||
* | comment | Alon Zakai | 2016-03-09 | 1 | -0/+2 |
| | |||||
* | Merge pull request #234 from WebAssembly/integrate-wasm-fixes | Alon Zakai | 2016-03-08 | 2 | -5/+9 |
|\ | | | | | Move to a cleaner way of emcc.py integrating with wasm.js-post.js | ||||
| * | update emscripten | Alon Zakai | 2016-03-08 | 1 | -0/+0 |
| | | |||||
| * | move to a cleaner way of emcc.py integrating with wasm.js-post.js | Alon Zakai | 2016-03-08 | 1 | -5/+9 |
| | | |||||
* | | Merge pull request #233 from WebAssembly/br_table | Alon Zakai | 2016-03-08 | 28 | -124/+122 |
|\ \ | |/ |/| | Update s2wasm for tableswitch->br_table change | ||||
| * | Update s2wasm for tableswitch->br_table change | Derek Schuff | 2016-03-08 | 28 | -124/+122 |
|/ | |||||
* | Merge pull request #232 from WebAssembly/update-emscripten | Alon Zakai | 2016-03-08 | 1 | -0/+0 |
|\ | | | | | update emscripten submodule | ||||
| * | update emscripten submodule again | Alon Zakai | 2016-03-08 | 1 | -0/+0 |
| | | |||||
| * | update emscripten submodule | Alon Zakai | 2016-03-08 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #231 from WebAssembly/spec-updates | Alon Zakai | 2016-03-07 | 31 | -8910/+8151 |
|\ | | | | | Spec updates | ||||
| * | be more precise in br_table parsing | Alon Zakai | 2016-03-07 | 1 | -1/+1 |
| | | |||||
| * | better error logging | Alon Zakai | 2016-03-07 | 1 | -0/+1 |
| | | |||||
| * | remove lower-if-else from spidermonkify | Alon Zakai | 2016-03-07 | 1 | -8/+0 |
| | | |||||
| * | remove br_table hack in spidermonkfiy | Alon Zakai | 2016-03-07 | 1 | -2/+0 |
| | | |||||
| * | update wasm.js | Alon Zakai | 2016-03-07 | 1 | -3242/+2941 |
| | | |||||
| * | remove old and invalid optimization pass in asm2wasm | Alon Zakai | 2016-03-07 | 3 | -68/+51 |
| | | |||||
| * | br_table, no more cases | Alon Zakai | 2016-03-07 | 29 | -8387/+7953 |
| | | |||||
| * | disable wasm2asm for now; it was never fully functional anyhow, and there is ↵ | Alon Zakai | 2016-03-07 | 1 | -0/+2 |
| | | | | | | | | too much flux | ||||
* | | Merge pull request #224 from WebAssembly/spec-updates | Alon Zakai | 2016-03-07 | 27 | -654/+771 |
|\| | | | | | Spec updates | ||||
| * | parse empty blocks properly | Alon Zakai | 2016-03-07 | 1 | -2/+3 |
| | | |||||
| * | update spec test repo | Alon Zakai | 2016-03-07 | 1 | -0/+0 |
| | | |||||
| * | parse then and else | Alon Zakai | 2016-03-07 | 1 | -0/+19 |
| | | |||||
| * | refactoring in preparation for then-else parsing | Alon Zakai | 2016-03-07 | 2 | -23/+31 |
| | | |||||
| * | update if parsing to new spec rules | Alon Zakai | 2016-03-07 | 10 | -633/+701 |
| | | |||||
| * | min test fixes | Alon Zakai | 2016-03-07 | 5 | -4/+9 |
| | | |||||
| * | add a finalize() method for blocks | Alon Zakai | 2016-03-07 | 8 | -11/+27 |
| | | |||||
| * | fix min.wast testcase | Alon Zakai | 2016-03-07 | 5 | -5/+5 |
|/ | |||||
* | Merge pull request #229 from WebAssembly/integrate-wasm-fixes | Alon Zakai | 2016-03-07 | 9 | -590/+767 |
|\ | | | | | Integrate wasm fixes | ||||
| * | allow setting total memory in asm2wasm | Alon Zakai | 2016-03-07 | 1 | -2/+9 |
| | | |||||
| * | remove temp file | Alon Zakai | 2016-03-07 | 1 | -0/+1 |
| | | |||||
| * | no need for .buffer for instantiateModule | Alon Zakai | 2016-03-06 | 1 | -4/+0 |
| | | |||||
| * | assume wasm binaries were preloaded on the web, where we lack sync binary reads | Alon Zakai | 2016-03-06 | 1 | -1/+8 |
| | | |||||
| * | handle continues in one-time loops | Alon Zakai | 2016-03-05 | 5 | -577/+618 |
| | | |||||
| * | cast f32 to f64 before calling f64-to-int in asm2wasm | Alon Zakai | 2016-03-05 | 3 | -2/+19 |
| | | |||||
| * | disable flake8 - i have no idea how to make it happy | Alon Zakai | 2016-03-05 | 1 | -3/+3 |
| | | |||||
| * | more python fixes | Alon Zakai | 2016-03-05 | 1 | -6/+6 |
| | | |||||
| * | more python fixes | Alon Zakai | 2016-03-05 | 1 | -2/+4 |
| | | |||||
| * | warn when we should grow wasm memory in mergeMemory | Alon Zakai | 2016-03-05 | 1 | -1/+3 |
| | | |||||
| * | python formatting | Alon Zakai | 2016-03-05 | 1 | -5/+16 |
| | |