Skip to content

Commit 5e4756e

Browse files
authored
Update to wasm-component-ld 0.5.13 (#526)
Pulling in the current support for component model async support plus some miscellaneous bug fixes and flags added to the binary in the meantime.
1 parent 53551e5 commit 5e4756e

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.12)
121+
set(wasm_component_ld_version 0.5.13)
122122
if(RUST_TARGET)
123123
set(rust_target_flag --target=${RUST_TARGET})
124124
endif()

0 commit comments

Comments
 (0)