Commit 7a2a681
committed
Update wasi-libc
Removes the `_start` export for the `wasm32-wasip2` target, purging the
use of the adapter.1 parent 5bfe919 commit 7a2a681
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
| |||
- .github/workflows/main.yml+6
- CMakeLists.txt+3
- cmake/ba-download.cmake+3-2
- cmake/wasm-tools.cmake+15
- expected/wasm32-wasip3/defined-symbols.txt+1
- libc-bottom-half/CMakeLists.txt+85-19
- libc-bottom-half/cloudlibc/src/libc/time/clock_getres.c+10-6
- libc-bottom-half/cloudlibc/src/libc/time/clock_nanosleep.c+17-6
- libc-bottom-half/cloudlibc/src/libc/time/nanosleep.c+1-1
- libc-bottom-half/crt/crt1-command.c+48-38
- libc-bottom-half/crt/crt1-reactor.c+14-15
- libc-bottom-half/crt/crt1.c-3
- libc-bottom-half/headers/private/wasi/wasip3_block.h+11
- libc-bottom-half/sources/wasip3_subtask.c+24
- test/CMakeLists.txt+6-3
- thread-stub/pthread_create.c+1-6
0 commit comments