Commits
User selector
Commit History
Commits on Jan 11, 2021
tests: switch more tests to btest_exit. NFC. (#13018)
Show description for 9a1d041authored
Commits on Jan 6, 2021
SPLIT_MODULE with dynamic linking (#13070)
Show description for 0ec8cdaauthoredRemove remnants of threadInfoStruct JS variable (#13121)
Show description for 4cdb029authored
Commits on Dec 17, 2020
Implement proxy handler for SPLIT_MODULE (#13056)
Show description for 6e28e4fauthored
Commits on Dec 16, 2020
Reduce minmal pthread dependencies (#13048)
Show description for b42b590authored
Commits on Dec 15, 2020
Add metadce test for minimal threaded program (#13047)
Show description for 097cfb8authored
Commits on Dec 12, 2020
- authored
Commits on Dec 3, 2020
Initial framework for SPLIT_MODULE option (#12939)
Show description for ed3976eauthored
Commits on Nov 23, 2020
Use musl's pthhread_self.c. NFC. (#12856)
Show description for cb8027fauthored
Commits on Nov 22, 2020
Add simple syslog test. (#12846)
Show description for 923ea43authored
Commits on Nov 20, 2020
Improve test_extern_weak. NFC. (#12835)
Show description for 3ff744bauthored
Commits on Nov 18, 2020
Create memory in wasm binaryn by default (#12790)
Show description for c2462cdauthored
Commits on Oct 31, 2020
Remove setErrNo dependency from library_fs.js. NFC. (#12668)
Show description for 5a7df05authored
Commits on Oct 30, 2020
Stop exporting `__data_end` by default (#12646)
Show description for 76b86e0authored
Commits on Oct 29, 2020
Switch to llvm's PIC ABI for relocatable code (#12461)
Show description for 16d0187authoredMove emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Oct 23, 2020
Use the same test layout in test_other that we do in test_core. NFC. (#12588)
Show description for f93a4a9authored
Commits on Oct 21, 2020
Fix mis-reporting of `undefined exported functions` on data symbols (#12573)
Show description for e3882c9authored
Commits on Oct 13, 2020
Commits on Oct 7, 2020
Report import module name in metadce tests. NFC. (#12468)
Show description for 5631de2authored- authored
Commits on Oct 1, 2020
Re-enable metadce tests (#12401)
Show description for e4ba37cauthoredSimply handling of exported native globals (namedGlobals) (#12371)
Show description for 66d7b8cauthored
Commits on Sep 23, 2020
Export table from wasm module by default (#12296)
Show description for ead3f8dauthored
Commits on Sep 21, 2020
Add ASYNCIFY_ADVISE to log instrumented functions (#12146)
Show description for a504058authored
Commits on Sep 17, 2020
Remove mmap dependency from musl's locale code (#12260)
Show description for 401b359authored
Commits on Sep 15, 2020
Stop including malloc/free by default (#12213)
Show description for 40f669eauthored
Commits on Sep 14, 2020
Do not run binaryen opts in -O1 (#12178)
Show description for cdb0f4dauthoredFix reverse dependency between getrusage and memset (#12208)
Show description for fdae2c9authored
Commits on Sep 13, 2020
Update emsize test case (#12182)
Show description for 5684ac8authored
Commits on Sep 3, 2020
Use __indirect_function_table as the import name for the table, which is what LLVM does. (#12105)
Show description for 9fb9b89authoredRe-enable and update tests after binaryen roll (#12101)
Show description for 8409926authored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Aug 31, 2020
Part two of dynCall removal (#12059)
Show description for 953adedauthored
Commits on Aug 25, 2020
Use direct table access over dynCall in invoke_xx functions (#11979)
Show description for 7550a3aauthored