Commits
User selector
Commit History
Commits on Apr 30, 2021
Use `asmLibraryArg` when resolving symbols dynamically (#13949)
Show description for 99942abauthored
Commits on Apr 21, 2021
Prefer `.includes()` over `.indexOf()` (#13945)
Show description for f255b18authoredRemove setTempRet0, getTempRet0 from WASM_SYSTEM_EXPORTS (#13939)
Show description for f2243b2authored
Commits on Apr 16, 2021
Include side module requirements when building with MAIN_MODULE=2 (#13873)
Show description for a543758authored
Commits on Apr 15, 2021
Use upstream name for __post_instantiate (__wasm_call_ctors) (#13904)
Show description for 3cb84b6authored
Commits on Apr 14, 2021
- authored
Allow ERROR_ON_UNDEFINED_SYMBOLS + MAIN_MODULE (#13848)
Show description for 7ee20c7authored
Commits on Mar 29, 2021
Minor refactor of loadWebAssemblyModule. NFC. (#13779)
Show description for 4396dd2authored
Commits on Mar 24, 2021
Set dynamicLibraries globally. NFC. (#13763)
Show description for b7267b5authored
Commits on Mar 23, 2021
Refactor getDylinkMetadata. NFC. (#13748)
Show description for e9a8431authored
Commits on Mar 19, 2021
Add support for TLS in dynamic libraries (#13672)
Show description for cc2fc36authored
Commits on Mar 11, 2021
Zero initialize static data section only in the main thread and add test for global static objects with dylink + pthreads. (#13395)
Show description for 0153a10authored
Commits on Feb 4, 2021
Add side module table entries to functionsInTableMap (#13385)
Show description for 46ade19authored
Commits on Jan 29, 2021
Allow loadWebAssemblyModule to load a compiled wasm (#13252)
Show description for 4928f85authored
Commits on Jan 28, 2021
Deterministic dynamic libs order (#13308)
Show description for 88a3b47authored
Commits on Jan 14, 2021
Avoid special replacements for STACK_BASE/STACK_MAX/HEAP_BASE (#13253)
Show description for a577171authored
Commits on Jan 6, 2021
SPLIT_MODULE with dynamic linking (#13070)
Show description for 0ec8cdaauthored
Commits on Dec 18, 2020
Fix STACK_OVERFLOW_CHECK (ASSERTIONS=2) + dynamic linking (#13062)
Show description for 2b9d22dauthored
Commits on Dec 17, 2020
[Dylink] Remove a racy assertion (#13060)
Show description for 6484297authored
Commits on Dec 5, 2020
- authored
Max Brunsfeld
Commits on Dec 4, 2020
- authored
Max Brunsfeld
Commits on Nov 5, 2020
Remove asm-specific exports such as `global.Math` (#12716)
Show description for 5c750cfauthoredFix parsing of JS library pre-processor directives (#12702)
Show description for 8edff9bauthored
Commits on Oct 29, 2020
Switch to llvm's PIC ABI for relocatable code (#12461)
Show description for 16d0187authored
Commits on Oct 28, 2020
Allow dlsym() to looking JavaScript symbols in RTLD_DEFAULT mode (#12609)
Show description for 1d73f9fauthored
Commits on Oct 26, 2020
Cache function symbol resoltuion when calling from SIDE_MODULE into MAIN_MODULE (#12590)
Show description for 6119337authored
Commits on Oct 24, 2020
Commits on Oct 23, 2020
Fix dlsym for 64-bit functions (#12586)
Show description for 56c5062authoredAdd support for RTLD_DEFAULT in dlsym (#12583)
Show description for 45c49faauthored
Commits on Oct 22, 2020
dylink: Remove redundant `moduleLocal` symbol map (#12575)
Show description for 08879a5authored
Commits on Oct 21, 2020
Minor dylink cleanups. NFC. (#12574)
Show description for b3c2f6cauthored- authored
Commits on Oct 1, 2020
Remove references to __growWasmMemory (#12391)
Show description for b28a074authored
Commits on Sep 29, 2020
Remove fb and gb dynamic linking globals (#12364)
Show description for c41faceauthored
Commits on Sep 18, 2020
Remove use of tableBase in relocateExports (#12264)
Show description for 11499fbauthored