We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0079c commit e98143eCopy full SHA for e98143e
Makefile
@@ -122,6 +122,9 @@ build/llvm.BUILT:
122
llvm-config
123
touch build/llvm.BUILT
124
125
+# Build the `wasm-component-ld` linker from source via `cargo install`. This is
126
+# used for the `wasm32-wasip2` target natively by Clang. Note that `--root`
127
+# passed to `cargo install` will place it in the output directory automatically.
128
build/wasm-component-ld.BUILT: build/llvm.BUILT
129
cargo install [email protected] --root $(BUILD_PREFIX)
130
touch build/wasm-component-ld.BUILT
0 commit comments