Skip to content

Commit 1a3d5ee

Browse files
authored
update wasm-component-ld to 0.5.5 (#448)
This includes support for a new `--component-type` option, which allows passing one or more component types as WIT files rather than (or in addition to) object files, which can be preferable when such files must be stored in source control. Signed-off-by: Joel Dice <[email protected]>
1 parent ca4fa08 commit 1a3d5ee

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

0 commit comments

Comments
 (0)