Commits
User selector
Commit History
Commits on Oct 31, 2016
Fix most oustanding breakage in wasm_backend from 0xc (#4677)
Show description for a28973dauthored andcommitted
Commits on Oct 28, 2016
Commits on Oct 27, 2016
Commits on Oct 17, 2016
Commits on Oct 11, 2016
emit wasmTableSize when BINARYEN
Show description for e5478b4committed
Commits on Oct 1, 2016
Merge pull request #4590 from kripken/binaryen-opts
Show description for fca8007authored
Commits on Sep 30, 2016
Fix parsing invoke_* in imports (#4591)
Show description for 4a3773dauthored andcommitted- committed
Commits on Sep 29, 2016
Commits on Sep 19, 2016
Fix for new wast syntax emitted from s2wasm (#4565)
Show description for d1f5da0authored andcommitted
Commits on Sep 16, 2016
More wasm backend triage (#4560)
Show description for 907776bauthored andcommitted
Commits on Sep 14, 2016
- authored andcommitted
Commits on Sep 9, 2016
- authored andcommitted
Commits on Aug 28, 2016
asm.js-style setjmp/longjmp handling for wasm
Show description for 3303403committed
Commits on Aug 23, 2016
Commits on Aug 22, 2016
- committed
DYNAMICTOP is a signed 32-bit integer value, so read it as HEAP32. (This fixes -s USE_PTHREADS=2 builds when browser does not support pthreads, i.e. browser.test_pthread_create run on a non-support…
Show description for 59816c6committed- committed
Remove variable DYNAMICTOP and replace it with DYNAMICTOP_PTR which points to a memory location on the Emscripten HEAP that contains the ceiling of the dynamically allocated memory area. Remove pro…
Show description for 80bd37acommitted
Commits on Aug 18, 2016
Merge pull request #4491 from juj/emscripten_toolchain_profiler
Show description for a255e71authored
Commits on Aug 17, 2016
- committed
Implement asm.js style exception handling for Wasm (#4489)
Show description for afa68d3authored andcommitted
Commits on Aug 9, 2016
Commits on Aug 6, 2016
Commits on Aug 5, 2016
Commits on May 25, 2016
When using the LLVM wasm backend, disable combiner AA.
Show description for d11601dcommitted
Commits on May 24, 2016
Run the LLVM wasm backend with -asm-verbose=false.
Show description for 02ab0afcommitted- committed
Commits on May 11, 2016
Build wasm compiler-rt with the system libs, and link it with s2wasm (#4294)
Show description for 08b4819authored andcommitted
Commits on Apr 19, 2016
Add support for pretty printing objects on the Emscripten heap. (#4174)
Show description for df3bff4authored andcommitted
Commits on Apr 13, 2016
Also do not mangle dynCall function when putting them on Module
Show description for 73c0a7acommitted- committed