Update wasi-libc to fix TLS

pull/648/head
Alex Crichton 1 month ago
parent 2c04359727
commit 6f6f7fa825

@ -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.28)
set(wasm_component_ld_version 0.5.29)
if(RUST_TARGET)
set(rust_target_flag --target=${RUST_TARGET})
endif()

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