Prepare for wasi-sdk-34-rc.3 (#651)

* Update LLVM to 23-rc.3
* Update wasi-libc to latest
* Update wasm-component-ld to latest

Hoping for this to be the final rc before actually releasing wasi-sdk-34
pull/652/head wasi-sdk-34-rc.3
Alex Crichton 3 weeks ago committed by GitHub
parent a70f9a8f10
commit 8bca0f7bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -282,7 +282,7 @@ install(DIRECTORY ${wasi_tmp_install}/bin ${wasi_tmp_install}/lib ${wasi_tmp_ins
# Build logic for `wasm-component-ld` installed from Rust code. # Build logic for `wasm-component-ld` installed from Rust code.
set(wasm_component_ld_root ${CMAKE_CURRENT_BINARY_DIR}/wasm-component-ld) set(wasm_component_ld_root ${CMAKE_CURRENT_BINARY_DIR}/wasm-component-ld)
set(wasm_component_ld ${wasm_component_ld_root}/bin/wasm-component-ld${CMAKE_EXECUTABLE_SUFFIX}) set(wasm_component_ld ${wasm_component_ld_root}/bin/wasm-component-ld${CMAKE_EXECUTABLE_SUFFIX})
set(wasm_component_ld_version 0.5.27) set(wasm_component_ld_version 0.5.30)
if(RUST_TARGET) if(RUST_TARGET)
set(rust_target_flag --target=${RUST_TARGET}) set(rust_target_flag --target=${RUST_TARGET})
endif() endif()

@ -1 +1 @@
Subproject commit 278c31bfb8ceb7ea17dbfd11a4fb21e6634af957 Subproject commit 7196f931f212fc7c406066b2628a0ff4ea0ee344

@ -1 +1 @@
Subproject commit f3e872871c6fb77db9727a18ab812a1a8f6e85ce Subproject commit 2e6fb9d8ee0cdf9e431fbcabe8af3115de000a13
Loading…
Cancel
Save