update wasi-libc and wasm-component-ld

pull/648/head
Joel Dice 1 month ago
parent 239a057c04
commit 2c04359727
No known key found for this signature in database
GPG Key ID: 8ACE463C2489997B

@ -278,7 +278,7 @@ install(DIRECTORY ${wasi_tmp_install}/bin ${wasi_tmp_install}/lib ${wasi_tmp_ins
# 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 ${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.28)
if(RUST_TARGET)
set(rust_target_flag --target=${RUST_TARGET})
endif()

@ -1 +1 @@
Subproject commit f3e872871c6fb77db9727a18ab812a1a8f6e85ce
Subproject commit 6d8745c8cec1aaa82c24f2e3d7a544f7ea9c2089
Loading…
Cancel
Save