Commits
User selector
Commit History
Commits on Jan 14, 2021
Initial support for pthreads + dynamic linking (#13245)
Show description for 5ee8fe3authoredAvoid special replacements for STACK_BASE/STACK_MAX/HEAP_BASE (#13253)
Show description for a577171authored
Commits on Jan 13, 2021
Extract stackCheckInit() function from run(). NFC (#13246)
Show description for 04e7685authored
Commits on Dec 15, 2020
Followup on proxy_main cleanup (#13034)
Show description for 0f29880authored
Commits on Dec 14, 2020
Cleanup proxy_main (#13021)
Show description for de12acdauthored
Commits on Dec 2, 2020
Commits on Nov 29, 2020
Consistent use of `err()` in library code (#12902)
Show description for dfb6fdaauthored
Commits on Nov 18, 2020
Create memory in wasm binaryn by default (#12790)
Show description for c2462cdauthored
Commits on Nov 4, 2020
Remove code duplication. NFC. (#12556)
Show description for 2c0021eauthored
Commits on Oct 29, 2020
Move emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Oct 9, 2020
Remove unused {{GLOBAL_VARS}}. NFC. (#12482)
Show description for d909ed0authored
Commits on Oct 6, 2020
Improve STACK_OVERFLOW_CHECK on SAFE_HEAP and when abort()ing (#12422)
Show description for 75ea338authored
Commits on Sep 29, 2020
Remove GLOBAL_BASE runtime variable (#12362)
Show description for fd0d93dauthored
Commits on Sep 24, 2020
Remove use of MEM_INIT_METHOD == 2 (#12325)
Show description for 101bac9authored
Commits on Sep 23, 2020
Clean up pthread startup code (NFC) (#12308)
Show description for 488e0e8authored
Commits on Sep 16, 2020
Commits on Sep 8, 2020
Add ABORT_ON_WASM_EXCEPTIONS (#11934)
Show description for 605e3bdauthored
Commits on Sep 3, 2020
Enable and improve test_stack_overflow_check (#12095)
Show description for d4870acauthored
Commits on Aug 16, 2020
Commits on Aug 12, 2020
Remove fastcomp-specific Asyncify code (#11868)
Show description for 9b5c5b9authored
Commits on Aug 11, 2020
Remove fastcomp-only CYBERDWARF option (#11865)
Show description for bd98714authored
Commits on Jul 16, 2020
Adds promise rejection to abort function when MODULARIZE is set (#11615)
Show description for a2ef06bauthored
Louis DeScioli
Commits on Jun 2, 2020
Remove unnecessary extra assignments to Module.asm (#11310)
Show description for de918b4authored
Commits on May 29, 2020
Warn on STANDALONE_WASM without WASM_BIGINT in JS (#11282)
Show description for 7430eccauthored
Commits on May 18, 2020
Remove emterpreter support. (#11020)
Show description for b43474fauthoredSTANDALONE_WASM: separate crt1 for commands and reactors (#11167)
Show description for fcfa4d8authored
Commits on May 12, 2020
MODULARIZE followups after #10697 (#11116)
Show description for fd647d2authored
Commits on May 8, 2020
Implements Promise-based API for modularized builds (#10697)
Show description for 423a77fauthored
Louis DeScioli
Commits on May 4, 2020
Remove MODULARIZE_INSTANCE option (#11037)
Show description for 7d01378authored
Louis DeScioli
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
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 Jan 8, 2020
Commits on Dec 18, 2019
Remove SAFE_STACK option (#10069)
Show description for 748c80cauthored
Commits on Dec 12, 2019
Generalize yielding execution back to browser (#9972)
Show description for ff229dcauthored