Skip to content

Commit 7a2a681

Browse files
committed
Update wasi-libc
Removes the `_start` export for the `wasm32-wasip2` target, purging the use of the adapter.
1 parent 5bfe919 commit 7a2a681

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmake/wasi-sdk-sysroot.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ function(define_wasi_libc_sub target target_suffix lto)
173173
-DCMAKE_C_FLAGS=${extra_cflags}
174174
-DBUILTINS_LIB=${libcompiler_rt_a}
175175
-DUSE_WASM_COMPONENT_LD=OFF
176-
-DBINDINGS_TARGET=OFF
177176
-DWASI_SDK_VERSION=${wasi_sdk_version}
178177
DEPENDS compiler-rt
179178
EXCLUDE_FROM_ALL ON

0 commit comments

Comments
 (0)