Rename wasmtime-api to wasmtime.

This commit is contained in:
Dan Gohman
2019-11-08 06:41:07 -08:00
parent 22641de629
commit d9ca508f80
9 changed files with 16 additions and 14 deletions

View File

@@ -45,13 +45,13 @@ Additional goals for Wasmtime include:
#### Including Wasmtime in your project
Wasmtime exposes an API for embedding as a library through the `wasmtime-api` subcrate,
Wasmtime exposes an API for embedding as a library through the `wasmtime` subcrate,
which contains both a [high-level and safe Rust API], as well as a C-compatible API
compatible with the [proposed WebAssembly C API].
For more information, see the [Rust API embedding chapter] of the Wasmtime documentation.
[high-level and safe Rust API]: https://docs.rs/wasmtime-api/
[high-level and safe Rust API]: https://docs.rs/wasmtime/
[proposed WebAssembly C API]: https://github.com/WebAssembly/wasm-c-api
[Rust API embedding chapter]: https://cranestation.github.io/wasmtime/embed-rust.html