From 6e2ff18a144a93b5c2ec74c96b5cf189a188e609 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 24 Jan 2024 16:53:12 -0600 Subject: [PATCH] Fix contributor documentation for building the C API (#7814) Needs to account for historical changes around rejiggering the build process here. --- docs/contributing-building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing-building.md b/docs/contributing-building.md index a8e8e9a525bc..11c6593a6de6 100644 --- a/docs/contributing-building.md +++ b/docs/contributing-building.md @@ -57,7 +57,7 @@ with `cargo run`. To build the C API of Wasmtime you can run: ```shell -cargo build --release --manifest-path crates/c-api/Cargo.toml +cargo build --release -p wasmtime-c-api ``` This will place the shared library inside of `target/release`. On Linux it will