Skip to content

Commit 3d4ea12

Browse files
authored
Update wasi-libc (#584)
Removes the `_start` export for the `wasm32-wasip2` target, purging the use of the adapter.
1 parent 1e89687 commit 3d4ea12

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

src/wasi-libc

Submodule wasi-libc updated 51 files

0 commit comments

Comments
 (0)