Commits
User selector
Commit History
Commits on Nov 11, 2020
Fix regression that broke calls to makeDynCall in JS library code. (#12732)
Show description for 50fc8c1authored
Commits on Nov 9, 2020
Remove last references to handleFSError (#12744)
Show description for 5c94651authoredSimplify makeStructuralReturn (#12739)
Show description for 159e3b5authoredCleanup handling on uncaught exception count (#12734)
Show description for 260881dauthoredFix closure error messages (#12726)
Show description for 980c077authoredRemove llvm_eh_selector and llvm_eh_exception (#12731)
Show description for e7cf117authored
Commits on Nov 8, 2020
Optimize -s MIN_WEBGL_VERSION=2 and WebGL context creation (#12623)
Show description for 38b559cauthored
Commits on Nov 6, 2020
Update WebGPU to match the latest spec (#12531)
Show description for b286bc6authored
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 8edff9bauthoredRemove most of the use of modeStringToFlags FS helper (#12671)
Show description for a525d75authoredInitial 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 Nov 4, 2020
Remove code duplication. NFC. (#12556)
Show description for 2c0021eauthoredlibrary_webgpu.js: Fix syntax (#12689)
Show description for 1f678ebauthored
Commits on Nov 3, 2020
- authored
Split out post-link code in emcc and make it independently runnable (#12640)
Show description for cbf5919authoredAdd a compiler check for JS library aliases and signatures (#12319)
Show description for ba5aa10authored
Commits on Nov 2, 2020
Error on bad JS library elements (#12673)
Show description for a516755authoredMove all wasi syscalls to library_wasi.js. NFC. (#12669)
Show description for e0ff6b6authored
Commits on Oct 31, 2020
Fix use before def in syscall wrappers (#12667)
Show description for 218e6abauthoredRemove setErrNo dependency from library_fs.js. NFC. (#12668)
Show description for 5a7df05authored
Commits on Oct 30, 2020
Fix MODULARIZE with sync compilation (#12650)
Show description for 699996cauthoredRename INITIAL_INITIAL_MEMORY to INITIAL_MEMORY in preamble.js (#12659)
Show description for 437266aauthoredRemove empty block from runtime_init_memory.js. NFC. (#12649)
Show description for 78fbe5fauthoredFix an off-by-one error when converting UTF16 strings to JavaScript strings (#12631)
Show description for 25c04d3authored
Commits on Oct 29, 2020
Update mktime to match C expected behavior (#12320)
Show description for 8ee479eauthoredRead static data size from dylink section (#12643)
Show description for b0e2a5fauthoredSwitch 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 28, 2020
Remove redundant call to writeStackCookie (#12630)
Show description for dcee93dauthored- authored
Fix use of old __set_stack_limit function (#12616)
Show description for e2294f4authored