Rename to wasmtime. It's wasmtime!
Also, update to Cretonne 0.13.0.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "wasmstandalone_fuzz"
|
||||
name = "wasmtime_fuzz"
|
||||
version = "0.0.1"
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
publish = false
|
||||
@@ -7,10 +7,10 @@ publish = false
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies.wasmstandalone_runtime]
|
||||
[dependencies.wasmtime_runtime]
|
||||
path = "../lib/runtime"
|
||||
|
||||
[dependencies.wasmstandalone_execute]
|
||||
[dependencies.wasmtime_execute]
|
||||
path = "../lib/execute"
|
||||
|
||||
[dependencies.cretonne-codegen]
|
||||
|
||||
Reference in New Issue
Block a user