Commits
User selector
Commit History
Commits on May 17, 2022
Use empty object as initial JS library. NFC (#16957)
Show description for e8a13aeauthored
Commits on May 10, 2022
Improve handling of incoming i64 syscall arguments. (#16787)
Show description for 510ef75authored
Commits on May 6, 2022
[WasmFS][NFC] Move the jsimpl JS code to its own library file (#16893)
Show description for 2254fbeauthoredMove getValue/setValue to library functions (#16852)
Show description for 8373cfaauthored
Commits on May 3, 2022
[WasmFS] Initial OPFS/AccessHandles backend (#16813)
Show description for a824211authored
Commits on May 2, 2022
Add check for stale `runtimeElements` entries. NFC (#16854)
Show description for a6721f6authoredCentralize internal pthread exports. NFC (#16853)
Show description for 63ec8e2authored
Commits on Apr 29, 2022
Allow export of growable heap helpers (#16808)
Show description for 2263c99authored
Commits on Apr 14, 2022
- authored
[WasmFS] Dynamic linking fixes (#16713)
Show description for eda273eauthored
Commits on Mar 28, 2022
Remove undocumented and unused getFuncWrapper() (#16618)
Show description for cbbe48eauthored
Commits on Mar 8, 2022
Don't consider library elements marked as `__internal` during `exportRuntime` (#16441)
Show description for cdd54fdauthored
Commits on Mar 6, 2022
Remove special case JS function proxying from library_pthread.c (#16405)
Show description for a18bbf7authored
Commits on Feb 24, 2022
[WasmFS] Create Node backend that passes wasmfs_getdents test (#16374)
Show description for 9c2de8cauthored
Commits on Feb 23, 2022
Refactor runtime export checks. NFC (#16362)
Show description for deabd32authored
Commits on Feb 15, 2022
Consistent use of `typeof` operator in JS library code. NFC (#16261)
Show description for 1ebd4c8authored
Commits on Feb 10, 2022
[WasmFS] Async proxied JS backend (#16229)
Show description for 3740492authored
Commits on Feb 9, 2022
[WasmFS] Add JSImplBackend (#16209)
Show description for 22b499dauthored
Commits on Jan 11, 2022
Avoid using EM_ASM in sbrk.c (#15945)
Show description for cc288c7authored
Commits on Jan 8, 2022
Extend usage of ES6 arrow functions and default params. NFC (#15758)
Show description for c0f1058authored
Commits on Jan 6, 2022
Commits on Dec 29, 2021
Modernize internal JS code and run it through eslint. NFC (#15845)
Show description for 832e906authored
Commits on Dec 25, 2021
More use of JS's `Set` data type in internal compiler code. NFC (#15843)
Show description for 84560c6authoredRemove dead code from src/modules.js. NFC (#15838)
Show description for 3840ef8authored
Commits on Nov 3, 2021
[WASMFS] Enable preloading files (#15368)
Show description for 01b42bfauthored
Commits on Oct 14, 2021
Allow marking of library functions as `__internal`. (#15294)
Show description for ea4c450authored- authored
Commits on Oct 8, 2021
Commits on Oct 1, 2021
Move emscripten_console_log and other common library functions (#15122)
Show description for b13d02dauthored
Commits on Sep 29, 2021
Refactor __wasi_fd_write in wasmfs.cpp (#15147)
Show description for b1608f1authored
Commits on Sep 28, 2021
Commits on Sep 24, 2021
Port over stdout implementation to wasmfs.cpp (#15104)
Show description for fac7c5dauthored
Commits on Aug 17, 2021
Add improved support for signals (raise, kill, sigaction, etc) (#14883)
Show description for a6b51aaauthored
Commits on Jul 23, 2021
Rename internal SYSTEM_JS_LIBRARIES setting. NFC (#14742)
Show description for 94b70c5authored