Skip to content

Commit c7c2d1b

Browse files
authored
Bump wasm-component-ld to 0.5.14 (#537)
Pulls in upcoming support for component model async APIs
1 parent fcc3b75 commit c7c2d1b

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
@@ -118,7 +118,7 @@ install(DIRECTORY ${wasi_tmp_install}/bin ${wasi_tmp_install}/lib ${wasi_tmp_ins
118118
# Build logic for `wasm-component-ld` installed from Rust code.
119119
set(wasm_component_ld_root ${CMAKE_CURRENT_BINARY_DIR}/wasm-component-ld)
120120
set(wasm_component_ld ${wasm_component_ld_root}/bin/wasm-component-ld${CMAKE_EXECUTABLE_SUFFIX})
121-
set(wasm_component_ld_version 0.5.13)
121+
set(wasm_component_ld_version 0.5.14)
122122
if(RUST_TARGET)
123123
set(rust_target_flag --target=${RUST_TARGET})
124124
endif()

0 commit comments

Comments
 (0)