Commits
User selector
Commit History
Commits on Jul 10, 2023
Deprecate `EM_LOG_FUNC_PARAMS` flag to emscripten_log/emscripten_get_callstack (#19820)
Show description for 81c887bauthored
Commits on Jun 30, 2023
WebGPU: Update to dawn@0763a18 (#19745)
Show description for 43e6aa7authored
Commits on Jun 29, 2023
Add a result code to emscripten_wget (#19751)
Show description for 05b27e4authored
Commits on Jun 23, 2023
WebGPU: update to dawn@acd91e (#19659)
Show description for 412fd75authored
Commits on Jun 9, 2023
Commits on Jun 7, 2023
WasmFS: Add wasmfs_flush() and use that to get unflushed content checks working (#19448)
Show description for 38ca4f8authored
Commits on Jun 2, 2023
Commits on Jun 1, 2023
Wasm64: Generate signature automatically for webgpu JS libraries. NFC (#19489)
Show description for dce329dauthored
Commits on May 25, 2023
Commits on May 22, 2023
WasmFS: Add basic NODERAWFS support (#19400)
Show description for 1d5b070authored
Commits on May 15, 2023
Add TLS size to allocation in emscripten_malloc_wasm_worker (#19340)
Show description for f711f8cauthored
Commits on May 8, 2023
Fix void in headers (#18913)
Show description for b6d5f3bauthored
Commits on May 2, 2023
Commits on Apr 28, 2023
Commits on Apr 24, 2023
Add auto-generated signatures for LEGACY_GL_EMULATION symbols. NFC (#19235)
Show description for e3f334cauthored
Commits on Apr 21, 2023
Commits on Apr 12, 2023
Implement `emscripten_promise_race` in promise.h (#19154)
Show description for 47cb9c6authoredImplement `emscripten_promise_any` in promise.h (#19153)
Show description for 3c5bac9authored
Commits on Apr 11, 2023
- authored
Implement `emscripten_promise_all_settled` in promise.h (#19152)
Show description for dfbf6a8authored
Commits on Mar 22, 2023
Automatically generate `__sig` properties for JS library symbols (#18985)
Show description for 592aecaauthored
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
Fix a few signature that were using `long` types. NFC (#18998)
Show description for 0f494e6authored
Commits on Mar 17, 2023
Fix __sig attributes that had the wrong length (#18990)
Show description for 36eb862authored
Commits on Mar 9, 2023
Fix external useage of EM_JS function (#18928)
Show description for 8d041baauthored
Commits on Mar 8, 2023
Switch from `-sUSE_PTHREAD` to the standard `-pthread`. NFC (#18917)
Show description for 3907ae1authored
Commits on Mar 7, 2023
More nonnull directives (#18912)
Show description for 4c30efcauthoredJSPI - Support async embind function bindings. (#18847)
Show description for 7ff81dfauthoredembind: _emval_throw is noreturn (#18903)
Show description for 4242abaauthored
Commits on Mar 6, 2023
[Proxying] Add proxying functions that return promises (#18825)
Show description for 5a8a8ddauthoredAdd use of Clang __attribute__((nonnull)) in Emscripten system headers. (#16545)
Show description for 5441b40authored- authored
Commits on Mar 3, 2023
[docs] Add docs for stack.h (#18877)
Show description for e66f0e7authored
Commits on Mar 2, 2023
[Proxying] Add `emscripten_proxy_callback_with_ctx` (#18810)
Show description for db51a47authored
Commits on Mar 1, 2023
[Proxying] Update proxying with callback to support cancellation (#18776)
Show description for 4589faaauthored