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

@@ -1,5 +1,5 @@
[package]
name = "wasmtime-api"
name = "wasmtime"
authors = ["The Wasmtime Project Developers"]
version = "0.1.0"
description = "High-level API to expose the Wasmtime runtime"

View File

@@ -41,7 +41,7 @@ wasmtime-runtime = { path = "../runtime" }
wasmtime-environ = { path = "../environ" }
wasmtime-jit = { path = "../jit" }
wasmtime-wasi = { path = "../wasi" }
wasmtime-api = { path = "../api" }
wasmtime = { path = "../api" }
cranelift-codegen = "0.49"
target-lexicon = "0.8.1"
pretty_env_logger = "0.3.0"