Skip to content

Commit

Permalink
Fix contributor documentation for building the C API (#7814)
Browse files Browse the repository at this point in the history
Needs to account for historical changes around rejiggering the build
process here.
  • Loading branch information
alexcrichton authored Jan 24, 2024
1 parent 3e68c4a commit 6e2ff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e2ff18

Please sign in to comment.