Commits
User selector
Commit History
Commits on Feb 26, 2020
Rename TOTAL_MEMORY to INITIAL_MEMORY and WASM_MEM_MAX to MAXIMUM_MEMORY (#10566)
Show description for 52bb1ffauthored
Commits on Feb 22, 2020
Fix more Closure warnings (#10525)
Show description for 1fc7303authored
Commits on Feb 21, 2020
Closure cleaning (#10456)
Show description for b007756authored
Commits on Feb 18, 2020
Minimal runtime pthreads (#10123)
Show description for 673915cauthored
Commits on Feb 8, 2020
Closure warnings (#10364)
Show description for c284846authored
Commits on Feb 5, 2020
Allow string values for PTHREAD_POOL_SIZE (#10263)
Show description for dfc667cauthored
Commits on Feb 4, 2020
Do we really need both ENVIRONMENT_IS_NODE and ENVIRONMENT_HAS_NODE? (#10343)
Show description for 1e78437authoredRemove PThread.preallocatedWorkers (#10269)
Show description for 1f3ac3aauthoredAllow DECLARE_ASM_MODULE_EXPORTS=0 + WASM_ASYNC_COMPILATION (#10348)
Show description for 674f2feauthored
Commits on Feb 1, 2020
Fix PAGE_SIZE changes from #10284 (#10327)
Show description for 75341fcauthored
Commits on Jan 29, 2020
Minimal runtime wasm backend (#10284)
Show description for ecc50a1authored
Commits on Jan 28, 2020
Minify imported wasm module names (#10275)
Show description for 7c7451eauthored
Commits on Jan 24, 2020
JS fallback when Wasm is not supported (#10118)
Show description for d2114d1authored
Commits on Jan 9, 2020
Remove PTHREAD_HINT_NUM_CORES (#10166)
Show description for fd717f0authored
Commits on Jan 8, 2020
Commits on Jan 6, 2020
Fix relative time in pthreads (#10137)
Show description for 34a2221andcommitted
Commits on Dec 18, 2019
Remove SAFE_STACK option (#10069)
Show description for 748c80cauthored
Commits on Dec 16, 2019
Remove preamble function Module['applyStackValues']() (#10042)
Show description for 446cca2authored
Commits on Dec 13, 2019
Support for caching V8 compiled wasm code in Node.js (#9948)
Show description for 1e801c8authored
Commits on Dec 12, 2019
Generalize yielding execution back to browser (#9972)
Show description for ff229dcauthored
Commits on Dec 6, 2019
Update wasi usage to latest version: wasi_snapshot_preview1 (#9956)
Show description for cffcd70authored
Commits on Oct 29, 2019
Throw a wasm RuntimeError in abort (#9730)
Show description for 8d265e6authored
Commits on Oct 16, 2019
Fix pthreads with closure compiler (#9569)
Show description for a5117d7authored
Commits on Oct 9, 2019
Memory growth support for STANDALONE_WASM (#9588)
Show description for 56f692fauthored
Commits on Oct 1, 2019
Preallocate web assembly workers (#9394)
Show description for 3a142bfauthored andcommitted
Commits on Sep 30, 2019
Fix fastcomp asm.js in VMs without wasm support. (#9539)
Show description for 8b5a4efauthored
Commits on Sep 21, 2019
Fix JS memory handling for STANDALONE_WASM (#9474)
Show description for f178541authored
Commits on Sep 20, 2019
STANDALONE_WASM option (#9461)
Show description for 49c12a9authored
Commits on Sep 17, 2019
Calculate wasm "env" imports at compile time (#9447)
Show description for acad9dbauthoredOptimize exit/abort code size in JS (#9334)
Show description for ee63ae5authored- committed
Support synchronous execution "concurrently" with ASYNCIFY asynchronous execution (#9412) (#9423)
Show description for 81f6f01authored andcommitted
Commits on Sep 13, 2019
Apply the sbrk pointer's location to the wasm, avoiding the need to import it (#9397)
Show description for afc1616authored
Commits on Sep 11, 2019
Add error handling in ASSERTIONS for EM_JS errors with ASYNCIFY_IMPORTS (#9358)
Show description for cc4a0b9authored
Commits on Sep 5, 2019
Switch from musl's writev syscall to wasi's (#9369)
Show description for 2346596authored