Commits
User selector
Commit History
Commits on Jun 17, 2021
Improve support for runtime keepalive under node (#14450)
Show description for 607ca44authored
Commits on Jun 9, 2021
Fix ASYNCIFY + EXIT_RUNTIME check (#14418)
Show description for 33fb817authored
Commits on Jun 8, 2021
Fixup ES6 URL locator for Closure (#14378)
Show description for f04cc19authored
Commits on Jun 3, 2021
Don't use `new URL` for Wasm in `SINGLE_FILE` mode (#14345)
Show description for 33bec77andauthored
Commits on May 25, 2021
Commits on May 22, 2021
Add new AUTOLOAD_DYLIBS to control auto-loading of dynamic library deps (#14245)
Show description for 50c7230authored
Commits on May 21, 2021
Fix EXPORT_ES6 + locateFile (#14242)
Show description for 3950013authored
Commits on May 20, 2021
[SPLIT_MODULE] Change secondary name to <module>.deferred.wasm (#14247)
Show description for 90a4fe2authored
Commits on May 11, 2021
Emit bundler-friendly URL locators (#14135)
Show description for 3f0c7e9authored
Commits on May 5, 2021
Add int64_t support to embind using BigInt support (#13889)
Show description for cf9f2c9authored
Commits on Apr 30, 2021
Use `asmLibraryArg` when resolving symbols dynamically (#13949)
Show description for 99942abauthored
Commits on Apr 27, 2021
[Asyncify] Assert on async operations not being done during or after shutdown (#14030)
Show description for 9f536a3authoredRevert "Remove unused `hasExportedFunction` helper from src/parseTools.js. NFC (#14009)" (#14024)
Show description for 2be526aauthored
Commits on Apr 21, 2021
Remove mangling from WASM_EXPORTS and SIDE_MODULE_EXPORTS internal lists. NFC (#13957)
Show description for 0f5db28authoredPrefer `.includes()` over `.indexOf()` (#13945)
Show description for f255b18authored
Commits on Apr 16, 2021
Rename internal setting IMPLEMENTED_FUNCTIONS -> WASM_EXPORTS. NFC (#13917)
Show description for 4e33590authored
Commits on Apr 15, 2021
Don't run ATMAINS unless there is _main function exported (#13901)
Show description for 6e794e6authored
Commits on Apr 14, 2021
- authored
Allow ERROR_ON_UNDEFINED_SYMBOLS + MAIN_MODULE (#13848)
Show description for 7ee20c7authoredRename receiveInstantiatedSource and move inside ifdef. NFC. (#13851)
Show description for 2843633authored
Commits on Mar 25, 2021
Use "dylink" section for main module dependencies (#13764)
Show description for 68414fcauthored
Commits on Mar 24, 2021
Set dynamicLibraries globally. NFC. (#13763)
Show description for b7267b5authored- authored
Commits on Mar 23, 2021
Deprecate DISABLE_EXCEPTION_CATCHING=2 (#13733)
Show description for 85d9a28authored
Commits on Mar 19, 2021
Add support for TLS in dynamic libraries (#13672)
Show description for cc2fc36authored
Commits on Mar 16, 2021
Move use of __wasm_call_ctors to postamble.js. NFC. (#13668)
Show description for 6d8dffcauthoredRemove pointless stackAlloc check. NFC. (#13671)
Show description for 1aa9a25authored
Commits on Mar 11, 2021
tests: handle onAbort as well as onExit in browser_reporting.js (#13631)
Show description for 4d93edeauthored
Commits on Mar 9, 2021
Big Endian Support (using extra acorn AST pass) (#13413)
Show description for 03b33acauthored
Commits on Mar 5, 2021
Delay setting runtimeInitialized, even on pthreads (#13603)
Show description for cbdcd76authored
Commits on Feb 12, 2021
Always define noExitRuntime (#13334)
Show description for fcb6adbauthored
Commits on Feb 8, 2021
Avoid using WasmOffsetConverter when Module.instantiateWasm (#13425)
Show description for e0138dfauthored
Commits on Jan 15, 2021
Remove need to `getQuoted` by using seperate template pattern (#13265)
Show description for 72d6ae3authored
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