Skip to content

Commit 799930d

Browse files
committed
Update wasm-component-ld
Keeping it up-to-date
1 parent 338aec5 commit 799930d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/wasi-sdk-toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ install(DIRECTORY ${wasi_tmp_install}/bin ${wasi_tmp_install}/lib ${wasi_tmp_ins
119119
# Build logic for `wasm-component-ld` installed from Rust code.
120120
set(wasm_component_ld_root ${CMAKE_CURRENT_BINARY_DIR}/wasm-component-ld)
121121
set(wasm_component_ld ${wasm_component_ld_root}/bin/wasm-component-ld${CMAKE_EXECUTABLE_SUFFIX})
122-
set(wasm_component_ld_version 0.5.19)
122+
set(wasm_component_ld_version 0.5.20)
123123
if(RUST_TARGET)
124124
set(rust_target_flag --target=${RUST_TARGET})
125125
endif()

0 commit comments

Comments
 (0)