Rename to wasmtime. It's wasmtime!

Also, update to Cretonne 0.13.0.
This commit is contained in:
Dan Gohman
2018-07-02 16:20:22 -07:00
parent 73639e4557
commit c612d48b33
14 changed files with 87 additions and 78 deletions

View File

@@ -1,14 +1,14 @@
[package]
name = "wasmstandalone_execute"
name = "wasmtime_execute"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "JIT-style runtime support for WebAsssembly code in Cretonne"
repository = "https://github.com/sunfishcode/wasmstandalone"
repository = "https://github.com/sunfishcode/wasmtime"
license = "MIT/Apache-2.0"
[dependencies]
cretonne-codegen = "0.9.0"
cretonne-wasm = "0.9.0"
cretonne-codegen = "0.13.0"
cretonne-wasm = "0.13.0"
region = "0.3.0"
wasmstandalone_runtime = { path = "../runtime" }
wasmtime_runtime = { path = "../runtime" }