Rename wasmtime-api to wasmtime.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Submodule crates/wasi-common/WASI updated: 7a5f477fe4...8651dfa37b
Reference in New Issue
Block a user