Skip to content

Commit

Permalink
Update the version of wasm-component-ld used (#416)
Browse files Browse the repository at this point in the history
Recent changes have added various flags for customizing the
component-creation process in addition to supporting more flags being
forwarded to `wasm-ld`.
  • Loading branch information
alexcrichton authored May 5, 2024
1 parent 34d77e5 commit 95e3c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 95e3c2c

Please sign in to comment.