Skip to content

Commit a64d51d

Browse files
authored
Update wasm-component-ld (#594)
Keeping it up-to-date
1 parent 1033443 commit a64d51d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
fetch-depth: 0
170170
- uses: ./.github/actions/checkout
171171
- uses: ./.github/actions/install-deps
172-
- run: cargo install wasm-component-ld@0.5.20
172+
- run: cargo install wasm-component-ld@0.5.21
173173
- run: sudo apt-get update -y && sudo apt-get install -y clang-20 lld-20
174174
- run: |
175175
cmake -G Ninja -B build -S . \

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

0 commit comments

Comments
 (0)