You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Henri Nurmi 1b19fc65ad
getaddrinfo: improve the service/port resolution (#524)
2 months ago
..
math Merge the basics component into libc-bottom-half. (#199) 4 years ago
__errno_location.c Define an `__errno_location` function. (#347) 2 years ago
__main_void.c add shared library support (#429) 1 year ago
__wasilibc_dt.c Add implementation file. 3 years ago
__wasilibc_environ.c Also add a way to read `environ` without triggering eager init. 4 years ago
__wasilibc_fd_renumber.c wasip2 support for `close`, `poll`, `pselect` (#486) 7 months ago
__wasilibc_initialize_environ.c Move `weak` attribute to front (#310) 2 years ago
__wasilibc_real.c Rename thread_spawn import (#387) 2 years ago
__wasilibc_rmdirat.c Fix missing errno assignments. 2 years ago
__wasilibc_tell.c Wasi snapshot preview1 (#140) 5 years ago
__wasilibc_unlinkat.c Delete several blocks of unused code. (#294) 2 years ago
abort.c Merge the basics component into libc-bottom-half. (#199) 4 years ago
accept-wasip1.c implement basic TCP/UDP server support (#481) 8 months ago
accept-wasip2.c implement basic TCP/UDP server support (#481) 8 months ago
at_fdcwd.c AT_FDCWD support. 4 years ago
bind.c implement basic TCP/UDP server support (#481) 8 months ago
chdir.c Fix `make THREAD_MODEL=posix` (#311) 2 years ago
complex-builtins.c Implement the cimag/creal functions for all types consistently. 4 years ago
connect.c implement basic TCP/UDP client support (#477) 8 months ago
descriptor_table.c implement basic TCP/UDP client support (#477) 8 months ago
environ.c Use MUSL's `weak*` feature in bottom half (#306) 2 years ago
errno.c Merge the basics component into libc-bottom-half. (#199) 4 years ago
getcwd.c Fix `make THREAD_MODEL=posix` (#311) 2 years ago
getentropy.c Fix `make THREAD_MODEL=posix` (#311) 2 years ago
getsockpeername.c implement `getsockname`, `getpeername`, and `getaddrinfo` (#488) 7 months ago
isatty.c Wasi snapshot preview1 (#140) 5 years ago
listen.c implement basic TCP/UDP server support (#481) 8 months ago
netdb.c getaddrinfo: improve the service/port resolution (#524) 2 months ago
poll-wasip2.c wasip2 support for `close`, `poll`, `pselect` (#486) 7 months ago
posix.c add stubs for `statvfs`, `chmod`, etc. (#463) 10 months ago
preopens.c Remove extra lock-taking in preopen setup (#491) 6 months ago
reallocarray.c Merge the basics component into libc-bottom-half. (#199) 4 years ago
recv.c implement basic TCP/UDP client support (#477) 8 months ago
sbrk.c Use consistent style for wasi-libc C source files. (#131) 5 years ago
send.c implement basic TCP/UDP client support (#477) 8 months ago
shutdown.c add wasip2 implementations of more socket APIs (#482) 8 months ago
socket.c implement basic TCP/UDP client support (#477) 8 months ago
sockets_utils.c getaddrinfo: improve the service/port resolution (#524) 2 months ago
sockopt.c add wasip2 implementations of more socket APIs (#482) 8 months ago
truncate.c Avoid varargs conventions when calling open (#126) 5 years ago
wasip2.c Start renaming preview1 to p1 and preview2 to p2 (#478) 8 months ago
wasip2_component_type.o Start renaming preview1 to p1 and preview2 to p2 (#478) 8 months ago