motoko
motoko copied to clipboard
niv musl-wasi: update c5264e2b -> 5ed3ec57
Changelog for musl-wasi:
Branch: main Commits: WebAssembly/[email protected]
4bac52eaRemove trailing backtick in README.md (WebAssembly/wasi-libc#455)5a693184addwasm32-wasi-preview2target (WebAssembly/wasi-libc#457)925ad6d7CI: include wasi-threads in the sysroot (WebAssembly/wasi-libc#458)03b228e4emmalloc: use __heap_end instead of sbrk(0) (WebAssembly/wasi-libc#462)47b9db6dadd WASI Preview 2 bindings (WebAssembly/wasi-libc#460)cc62fa82add stubs forstatvfs,chmod, etc. (WebAssembly/wasi-libc#463)a6489a85test: use the same version of wasmtime and adapter (WebAssembly/wasi-libc#468)212296e4add realpath.c toLIBC_TOP_HALF_MUSL_SOURCES(WebAssembly/wasi-libc#473)55df1f54Update bindings and dependencies to WASI 0.2.0 (WebAssembly/wasi-libc#471)0fe51d25add preview2_component_type.o to libc.a and libc.so (WebAssembly/wasi-libc#472)09683b36add descriptor table for mapping fds to handles (WebAssembly/wasi-libc#464)c9c7d061Start renaming preview1 to p1 and preview2 to p2 (WebAssembly/wasi-libc#478)a1b4def3fix#ifdef __cplusplusguard in dirent.h (WebAssembly/wasi-libc#479)c8ef60adAdd support for pthread_getattr_np (WebAssembly/wasi-libc#470)a963040fcrt1-command.c: fix whitespace issues (WebAssembly/wasi-libc#480)684f1556implement basic TCP/UDP client support (WebAssembly/wasi-libc#477)f493dc28implement basic TCP/UDP server support (WebAssembly/wasi-libc#481)6593687eadd wasip2 implementations of more socket APIs (WebAssembly/wasi-libc#482)a2ed34e8wasip2 support forclose,poll,pselect(WebAssembly/wasi-libc#486)1ab654e2Add libsetjmp.a/so (WebAssembly/wasi-libc#483)d0382948implementgetsockname,getpeername, andgetaddrinfo(WebAssembly/wasi-libc#488)9e8c5423add__wasilibc_reset_preopens(WebAssembly/wasi-libc#489)13ed9802Adjust Makefile for LLVM trunk (19) as of 2024-04-26 (WebAssembly/wasi-libc#492)129ee9b6Adjust Makefile for LLVM trunk (19) as of 2024-04-30 (WebAssembly/wasi-libc#493)88761387Remove extra lock-taking in preopen setup (WebAssembly/wasi-libc#491)2f088a99Update_POSIX_THREAD_XXmacro definitions (WebAssembly/wasi-libc#494)a3ef1520dlmalloc: account the footprint of the initial heap (WebAssembly/wasi-libc#496)153f6321Ignore the__tls_baseundefined symbol (WebAssembly/wasi-libc#498)44c4b1e3Use a different makefile variable for-D__wasilibc_use_wasip2(WebAssembly/wasi-libc#499)7528b131Extend wasi-emulated-mman withmprotect. (WebAssembly/wasi-libc#500)acd0a6e3include pthread.h for all targets (WebAssembly/wasi-libc#504)31845366Makefile: separate the target to create empty dummy libraries (WebAssembly/wasi-libc#502)ebac9aeetimezone __secs_to_zone stub: guard against null pointer dereference (WebAssembly/wasi-libc#507)320bbbccAdjust Makefile for LLVM trunk (19) as of 2024-06-20 (WebAssembly/wasi-libc#509)67080fa0timesshould always return 0 fortms_cutime(WebAssembly/wasi-libc#510)5667be150-initialize thread-specific data upon thread creation. (WebAssembly/wasi-libc#508)3f43ea9aiconv/wctomb: fix memory corruption related to CURRENT_UTF8 implementation (WebAssembly/wasi-libc#511)d43dcc63Adjust Makefile for LLVM trunk (19) as of 2024-07-10 (WebAssembly/wasi-libc#512)b9e15a8aAdd LTO build option (WebAssembly/wasi-libc#505)b9ef79d7Use the correct compiler-rt (WebAssembly/wasi-libc#517)5d3c5e91Improve some pthreads stub functions, batch 0 (WebAssembly/wasi-libc#519)230d4be6Improve some pthreads stub functions, batch 1 (WebAssembly/wasi-libc#525)8279f959Exclude setjmp runtime from LTO (WebAssembly/wasi-libc#529)3f812abffix shared library build with llvm-19 (WebAssembly/wasi-libc#526)1b19fc65getaddrinfo: improve the service/port resolution (WebAssembly/wasi-libc#524)7d4d3b83ci: update actions (WebAssembly/wasi-libc#535)5ed3ec57Initial FTS support (WebAssembly/wasi-libc#522)