Commits
User selector
Commit History
Commits on May 11, 2023
Move dlopen file operations into native code. NFC (#19310)
Show description for a36c3f6authored- authored
Commits on May 9, 2023
Remove some hardcoded exports that can now be handled by JS __deps. NFC (#19313)
Show description for 4874997authored
Commits on May 8, 2023
Optimize code size of dynCall() when MEMORY64 is used, and add a memory size limit check. (#19288)
Show description for 7eacfccauthored
Commits on May 4, 2023
Stop requiring DYNAMIC_EXECUTION when building with RELOCATABLE (#19295)
Show description for 29cb1f5authored
Commits on May 1, 2023
[Wasm64] Enable emescipten exceptions and SjLj (#19262)
Show description for dc4d654authored
Commits on Apr 24, 2023
Add auto-generated signatures for LEGACY_GL_EMULATION symbols. NFC (#19235)
Show description for e3f334cauthored
Commits on Apr 20, 2023
Issue warning on use of `--memory-init-file` without `-sWASM=0` (#19217)
Show description for 384514eauthored
Commits on Apr 18, 2023
Remove deps_info system and the running of llvm-nm on input file. NFC (#18905)
Show description for 1e7b78fauthored
Commits on Apr 14, 2023
Commits on Apr 12, 2023
Deprecate the USES_DYNAMIC_ALLOC setting (#19164)
Show description for e64f644authored
Commits on Apr 11, 2023
Move parts of emscripten exception handling to native code. NFC (#16627)
Show description for df3a308andauthoredUpdate documentation and remove unneeded warning for --source-map base (#19155)
Show description for 90958d9authoredAdd implementation of emscripten_memcpy_big based on bulk memory. (#19128)
Show description for 6f3cfe3authored
Commits on Apr 7, 2023
Commits on Apr 5, 2023
Commits on Apr 3, 2023
- authored
Fix ubsan.test_fs_no_main_minimal_runtime (#19118)
Show description for a90c5abauthored
Commits on Apr 1, 2023
Implement some more of the wasi API (#12704)
Show description for 574034bauthored
Commits on Mar 30, 2023
Add a new way to mark async imports in library files. (#19093)
Show description for 8385a1cauthored
Commits on Mar 24, 2023
Always include library_sdl.js and library_glfw.js conditionally (#19057)
Show description for 978e102authored
Commits on Mar 21, 2023
Store generated struct info rather than auto-generating it in the sysroot. NFC (#19013)
Show description for 7e5ab40authored
Commits on Mar 20, 2023
Implement open() in library_wasmfs.js (#18919)
Show description for 5db9a87authored
Commits on Mar 14, 2023
Pass `-z` flags directly through the linker (#18956)
Show description for 7e46b7fauthored
Commits on Mar 10, 2023
- authored
Fix other.test_pthreads_flag on windows. NFC (#18934)
Show description for 33bdba1authored
Commits on Mar 9, 2023
- authored
Mark USE_PTHREADS as legacy. NFC (#18923)
Show description for d24f3caauthored
Commits on Mar 8, 2023
- authored
Error on `-pthreads` vs `-pthread` (#18918)
Show description for e91339eauthoredInitial support for C++20 modules (#18915)
Show description for 754ec17authored[Proxying] Use Atomics.waitAsync to receive proxying notifications (#18861)
Show description for db28eecauthoredSwitch from `-sUSE_PTHREAD` to the standard `-pthread`. NFC (#18917)
Show description for 3907ae1authored
Commits on Mar 7, 2023
JSPI - Support async embind function bindings. (#18847)
Show description for 7ff81dfauthored
Commits on Mar 6, 2023
[Wasm64] Enable import/export name minification with MEMORY64 (#18897)
Show description for 5cf021dauthored