Commits
User selector
Commit History
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- authored
Commits on Jan 8, 2021
Remove use of `initializer` metadata produced by finalize (#13213)
Show description for 5dc63ffauthored
Commits on Jan 7, 2021
Fix closure mode for test_minimal_runtime_safe_heap (#13185)
Show description for ed05594authored
Commits on Jan 6, 2021
SPLIT_MODULE with dynamic linking (#13070)
Show description for 0ec8cdaauthoredFix loading wasm in electron by falling back to XHR (#12921)
Show description for 81ae876authored
Commits on Dec 18, 2020
Fix STACK_OVERFLOW_CHECK (ASSERTIONS=2) + dynamic linking (#13062)
Show description for 2b9d22dauthored
Commits on Dec 17, 2020
Implement proxy handler for SPLIT_MODULE (#13056)
Show description for 6e28e4fauthored
Commits on Dec 3, 2020
Initial framework for SPLIT_MODULE option (#12939)
Show description for ed3976eauthoredIntegrate posixtestsuite for pthread testing (#12923)
Show description for 00d2c8dauthored
Commits on Dec 2, 2020
Fix JS pthreads proxying + WASM_BIGINT (#12935)
Show description for 68af137authored
Commits on Nov 23, 2020
Remove redundant selfThreadId and threadInfoStruct JavaScript global (#12853)
Show description for 285f8a8authored
Commits on Nov 18, 2020
Create memory in wasm binaryn by default (#12790)
Show description for c2462cdauthored
Commits on Nov 5, 2020
Initial support for --post-link on output of wasi-sdk (#12694)
Show description for cc8a324authoredRemove WASM_PAGE_SIZE runtime variable (#12703)
Show description for c5699e1authored
Commits on Oct 30, 2020
Rename INITIAL_INITIAL_MEMORY to INITIAL_MEMORY in preamble.js (#12659)
Show description for 437266aauthored
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 22, 2020
Declare a var for __stack_pointer in relocatable mode (#12582)
Show description for a58e464authored
Commits on Oct 20, 2020
If async preparing wasm fails with MODULARIZE=1, reject the module ready promise (#12408)
Show description for 416f76aauthored
Stephan Reiter
Commits on Oct 16, 2020
Use a mutable global as __stack_pointer in dynamic linking (#12536)
Show description for 13493fdauthored
Commits on Oct 15, 2020
Some minor cleanups split out from #12461 (#12532)
Show description for 31df03aauthored
Commits on Oct 14, 2020
Fix ABORT_ON_WASM_EXCEPTIONS wrapper function caching to work with Safari/Firefox (#12441)
Show description for f32c646authored
Commits on Oct 12, 2020
Set memfile in single location (#12485)
Show description for bd8e5b5authored
Commits on Oct 2, 2020
Handle wasm streaming compile failure when initializing WasmOffsetConverter asynchronously (#12407)
Show description for 3fd1f0dauthored
Commits on Sep 29, 2020
Remove GLOBAL_BASE runtime variable (#12362)
Show description for fd0d93dauthored
Commits on Sep 28, 2020
Update google-closure-compiler (#12345)
Show description for b1e5be9authored
Commits on Sep 23, 2020
Export table from wasm module by default (#12296)
Show description for ead3f8dauthored
Commits on Sep 22, 2020
Commits on Sep 21, 2020
Further simplify allocate() function (#12292)
Show description for 5dac884authoredSimplify `allocate` function to only take a single type (#12279)
Show description for fc67fbfauthored
Commits on Sep 18, 2020
Fixed ABORT_ON_WASM_EXCEPTIONS to work with the recent dynCall changes (#12269)
Show description for 42a634fauthoredRemove now-unused ALLOC_NONE. NFC. (#12275)
Show description for 7dbe2a4authored