Commits
User selector
Commit History
Commits on Sep 8, 2023
Add an internal setting to track whether closure might be run (#20208)
Show description for 01c4612authored
Commits on Sep 7, 2023
Use arrow functions in handleSleep calls. NFC (#20200)
Show description for 6e9e558authored
Commits on Sep 6, 2023
Fix wasmExports declaration under MINIMAL_RUNTIME. NFC (#20159)
Show description for f68e04bauthoredAdd annotations and workarounds for closure compiler issues after link (#20191)
Show description for 8ed232cauthored
Commits on Aug 31, 2023
Handle WGPU_WHOLE_SIZE in SetIndexBuffer/SetVertexBuffer (#20168)
Show description for a1a024fauthored
Commits on Aug 30, 2023
Remove old `setWindowTitle` global function (#20160)
Show description for 10d156eauthored
Commits on Aug 29, 2023
Add `TABLE_BASE` setting for controlling the offset of static table slots. (#20149)
Show description for 1820ac5authored- authored
Don't enable USE_GLFW by default (#19939)
Show description for 48eec4cauthoredAdd type checking for all JS library decorators (#20110)
Show description for 7858816authored
Commits on Aug 28, 2023
Always use bulkmemory memcpy and memset when available (#20144)
Show description for 60b3d4eauthoredAlways fixup custom `__proxy` attributes in library_html5_webgl.js (#20135)
Show description for 7cd6360authored
Commits on Aug 25, 2023
Set INCOMING_MODULE_JS_API to empty in STRICT mode (#16372)
Show description for e69b6cfauthored
Commits on Aug 24, 2023
Move some FS methods to FS_foo notation, allowing WasmFS to use them from JS APIs (#20098)
Show description for e78076eauthored[Wasm64] Fix creation of 64-bit memories from JS (#20111)
Show description for 0c35c4aauthored
Commits on Aug 23, 2023
- authored
WasmFS JS API: Implement mmap (#20019)
Show description for ac85c42authoredMinor refactoring of library_wasm_worker.js/wasm_worker.h. NFC (#20109)
Show description for 9c0efe9authored- authored
embind: Run test_embind with TS generation enabled. (#20102)
Show description for f85a71dauthored
Commits on Aug 22, 2023
[Wasm64] Fix many remaining issues and add wasm64_4gb test configuration (#20077)
Show description for f15841dauthored
Commits on Aug 21, 2023
embind: Support readonly properties (#20080)
Show description for 3dbcacfandauthored
Fix some embind tests under >2gb addressing (#20079)
Show description for f51bb55authoredWasmFS JS API: Implement mkdev (#19978)
Show description for 8fdaf16authored- authored
- authored
Commits on Aug 18, 2023
embind: Stub out val dependencies for TS generation. (#20074)
Show description for 09fbb89authored[Wasm64] Fix embind with addresses over 4gb (#20071)
Show description for 0f83fd4authored[Wasm64] Fix argv handling for >4GB memories (#20070)
Show description for 91641dbauthored[Wasm64] Fix EM_ASM for addresses >4GB addresses (#19980)
Show description for 2d72c4dauthoredMinor refactor in readEmAsmArgs. NFC (#20054)
Show description for 78180aaauthored
Commits on Aug 17, 2023
Update comments in calls to `_emscripten_thread_init`. NFC (#20066)
Show description for 5ca905dauthoredFix WASM Worker exception issue in Node.js environment (#20036)
Show description for 51bb08cauthored
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 15, 2023
Avoid unnecessary using of string property name for Atomics.waitAsync (#20039)
Show description for 900b284committed