Update to Rust 2018 Edition.

This commit is contained in:
Dan Gohman
2019-01-03 12:58:11 -08:00
parent 00a84672f7
commit f6c2fe7d2d
37 changed files with 134 additions and 162 deletions

View File

@@ -8,6 +8,7 @@ repository = "https://github.com/CraneStation/wasmtime"
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = "0.26.0"

View File

@@ -26,11 +26,6 @@
)
)]
extern crate cranelift_codegen;
extern crate cranelift_entity;
extern crate faerie;
extern crate wasmtime_environ;
mod emit_module;
pub use emit_module::emit_module;
pub use crate::emit_module::emit_module;