Update wasm-component-ld to 0.5.10 (#493)

Pulling in a fix for bytecodealliance/wasm-tools#1850.
pull/495/head
Alex Crichton 3 months ago committed by GitHub
parent cec5cf4f6c
commit 5e04cd81eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -120,7 +120,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.9) set(wasm_component_ld_version 0.5.10)
if(RUST_TARGET) if(RUST_TARGET)
set(rust_target_flag --target=${RUST_TARGET}) set(rust_target_flag --target=${RUST_TARGET})
endif() endif()

Loading…
Cancel
Save