Update wasm-component-ld to 0.5.13

This commit updates the vendored `wasm-component-ld` binary to 0.5.13
which includes some various bug fixes and new feature updates for
upcoming component model features coming down the pike. Not expected to
break any existing workflows, just a normal update.
This commit is contained in:
Alex Crichton 2025-04-23 14:37:17 -07:00
parent 553600e0f5
commit 5b5f55bc44
2 changed files with 27 additions and 62 deletions

View file

@ -10,4 +10,4 @@ name = "wasm-component-ld"
path = "src/main.rs"
[dependencies]
wasm-component-ld = "0.5.12"
wasm-component-ld = "0.5.13"