From 95e3c2c6c79367eae412db5833155f4a36582eed Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 4 May 2024 20:05:04 -0700 Subject: [PATCH] Update the version of `wasm-component-ld` used (#416) Recent changes have added various flags for customizing the component-creation process in addition to supporting more flags being forwarded to `wasm-ld`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbe6af5..eeac2db 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ build/llvm.BUILT: # used for the `wasm32-wasip2` target natively by Clang. Note that `--root` # passed to `cargo install` will place it in the output directory automatically. build/wasm-component-ld.BUILT: build/llvm.BUILT - cargo install wasm-component-ld@0.1.5 --root $(BUILD_PREFIX) + cargo install wasm-component-ld@0.5.0 --root $(BUILD_PREFIX) touch build/wasm-component-ld.BUILT