Skip to content

Commit d2bea01

Browse files
authored
Update wasm-component-ld to 0.5.6 (#467)
This pulls in an update to how WIT files are processed notably around nested package forms in the text format.
1 parent dc74ff1 commit d2bea01

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.5)
122+
set(wasm_component_ld_version 0.5.6)
123123
if(RUST_TARGET)
124124
set(rust_target_flag --target=${RUST_TARGET})
125125
endif()

0 commit comments

Comments
 (0)