Update wasi-libc (#584)

Removes the `_start` export for the `wasm32-wasip2` target, purging the
use of the adapter.
pull/590/head wasi-sdk-30
Alex Crichton 6 months ago committed by GitHub
parent 1e896871f6
commit 3d4ea12dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -173,7 +173,6 @@ function(define_wasi_libc_sub target target_suffix lto)
-DCMAKE_C_FLAGS=${extra_cflags}
-DBUILTINS_LIB=${libcompiler_rt_a}
-DUSE_WASM_COMPONENT_LD=OFF
-DBINDINGS_TARGET=OFF
-DWASI_SDK_VERSION=${wasi_sdk_version}
DEPENDS compiler-rt
EXCLUDE_FROM_ALL ON

@ -1 +1 @@
Subproject commit 6036a9f3e349315faba2732a32508d5dc9d6d928
Subproject commit ec0effd769df5f05b647216578bcf5d3b5449725
Loading…
Cancel
Save