Commits
User selector
Commit History
Commits on Mar 10, 2020
memset() refactoring (#10656)
Show description for 88619eaauthored
Commits on Mar 4, 2020
Commits on Feb 26, 2020
Commits on Feb 25, 2020
Closure cleanup part 3 (#10544)
Show description for 93672a1authoredrequire_sigs_for_aliases (#10550)
Show description for bf4fc7dauthored
Commits on Feb 22, 2020
Fix more Closure warnings (#10525)
Show description for 1fc7303authored- authored
Commits on Feb 21, 2020
Closure cleaning (#10456)
Show description for b007756authored
Commits on Feb 20, 2020
- authored
Remove PROCINFO from generated code (#10436)
Show description for d11368bauthoredMark syscalls which do not need proxying (#10511)
Show description for b380833authored
Commits on Feb 19, 2020
Prevent superfluous try{}catches when SYSCALLS_REQUIRE_FILESYSTEM=0 (#10480)
Show description for d8746c9authored- authored
Commits on Feb 18, 2020
Convert syscalls away from varargs (#10474)
Show description for 470ce60authoredRemove unused EM_PROXIED_SYSCALL special hanling of syscalls (#10477)
Show description for 9c86181authoredMinimal runtime pthreads (#10123)
Show description for 673915cauthored
Commits on Feb 16, 2020
Only generate try{}catches to syscalls when needed (#10467)
Show description for 85ed77bauthoredRemove unused SYS_futimesat. NFC. (#10471)
Show description for bd025bbauthored
Commits on Feb 15, 2020
Commits on Feb 14, 2020
Programmatically apply SYSCALLS_REQUIRE_FILESYSTEM=false (#10427)
Show description for a211588authored
Commits on Feb 12, 2020
Commits on Feb 6, 2020
- authored
More minimal runtime code building (#10337)
Show description for 00eda2bauthored
Commits on Feb 4, 2020
Commits on Feb 1, 2020
Fix PAGE_SIZE changes from #10284 (#10327)
Show description for 75341fcauthored
Commits on Jan 29, 2020
Minimal runtime wasm backend (#10284)
Show description for ecc50a1authored
Commits on Jan 6, 2020
Handle mmap offset (#10095)
Show description for cab9e53authored andcommitted
Commits on Dec 10, 2019
full_posix_sockets (#7672)
Show description for 31309a8authored
Commits on Dec 6, 2019
Update wasi usage to latest version: wasi_snapshot_preview1 (#9956)
Show description for cffcd70authored
Commits on Nov 18, 2019
Fail with ENOSYS on unsupported socketcalls (#9841)
Show description for e23b5c4authored andcommitted
Commits on Oct 17, 2019
Remove workaround for lld bug relating to import attributes (#9659)
Show description for 1d95db8authored
Commits on Oct 11, 2019
Use wasi fd_sync (#9626)
Show description for ac90f22authored
Commits on Oct 10, 2019
Convert isatty() to use wasi (#9615)
Show description for 43a1b19authored
Commits on Oct 8, 2019
Replace musl seek syscall with wasi fd_seek (#9555)
Show description for 31602a1authored
Commits on Oct 4, 2019
Replace musl's readv with wasi's fd_read (#9577)
Show description for 69806c3authored