Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | harmonize ffi calls in asm2wasm, adding arguments as needed. this helps with ↵ | Alon Zakai | 2016-03-05 | 3 | -3/+39 |
| | | | | | | | | asm ffis which tolerate overloading, unlike wasm | ||||
| * | fix global.Math imports | Alon Zakai | 2016-03-05 | 1 | -1/+1 |
| | | |||||
| * | spidermonkify improvements, enough for -O1 hello world to work | Alon Zakai | 2016-03-05 | 1 | -1/+2 |
| | | |||||
| * | add spidermonkify script | Alon Zakai | 2016-03-05 | 1 | -0/+56 |
| | | |||||
* | | Merge pull request #228 from WebAssembly/integrate-wasm-fixes | Alon Zakai | 2016-03-04 | 1 | -10/+14 |
|\| | | | | | Integrate wasm fixes | ||||
| * | place NaN and Infinity on global | Alon Zakai | 2016-03-04 | 1 | -1/+5 |
| | | |||||
| * | send a typed array to instantiateMemory | Alon Zakai | 2016-03-04 | 1 | -1/+1 |
| | | |||||
| * | move WasmTypes in integrateWasmJS to the right place | Alon Zakai | 2016-03-04 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #227 from WebAssembly/integrate-wasm-fixes | Alon Zakai | 2016-03-04 | 1 | -9/+3 |
|\| | | | | | Integrate wasm fixes | ||||
| * | pass buffer to instantiateModule | Alon Zakai | 2016-03-04 | 1 | -1/+1 |
| | | |||||
| * | WASM => Wasm | Alon Zakai | 2016-03-04 | 1 | -8/+2 |
| | | |||||
| * | use lookupImport directly | Alon Zakai | 2016-03-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #226 from WebAssembly/integrate-wasm-fixes | Alon Zakai | 2016-03-04 | 1 | -38/+28 |
|\| | | | | | More wasm integration fixes | ||||
| * | move to more unification of import handling in interpreter and native paths | Alon Zakai | 2016-03-04 | 1 | -38/+28 |
|/ | |||||
* | Merge pull request #222 from WebAssembly/memory-merging-fix | Alon Zakai | 2016-03-04 | 6 | -23528/+23304 |
|\ | | | | | Memory merging fix | ||||
| * | support memory segments in wasm modules, which we get if the wasm backend ↵ | Alon Zakai | 2016-03-04 | 2 | -2/+4 |
| | | | | | | | | was used | ||||
| * | fix providedTotalMemory setting, must be before it is used | Alon Zakai | 2016-03-04 | 1 | -2/+2 |
| | | |||||
| * | wasm.js glue integration is now added by emscripten as a pre-js, so it's ↵ | Alon Zakai | 2016-03-04 | 3 | -207/+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 |
| | | |||||
| * | 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 mergeMemory | Alon Zakai | 2016-03-04 | 2 | -8/+12 |
| | | |||||
| * | improve check error logging for wasm methods | Alon Zakai | 2016-03-04 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #221 from WebAssembly/update-vanilla | Alon Zakai | 2016-03-03 | 1 | -0/+0 |
|\ | | | | | Update emscripten | ||||
| * | update emscripten | Alon Zakai | 2016-03-03 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #217 from WebAssembly/spec-fixes | Alon Zakai | 2016-03-02 | 9 | -191/+195 |
|\ \ | | | | | | | Fixes for latest spec test updates | ||||
| * | | update spec test repo | Alon Zakai | 2016-03-02 | 1 | -0/+0 |
| | | | |||||
| * | | update select changes in spec | Alon Zakai | 2016-03-02 | 7 | -188/+188 |
| | | | |||||
| * | | fix assertion in interpreter that was too strong - we can have blocks with ↵ | Alon Zakai | 2016-03-02 | 1 | -3/+7 |
| |/ | | | | | | | no return type, but that still end up returning a type due to a branch | ||||
* | | Merge pull request #218 from WebAssembly/update-wasm-js | Alon Zakai | 2016-03-02 | 1 | -24068/+24268 |
|\ \ | |/ |/| | Update wasm.js |