mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +00:00
Update to Rust 2018. (#47)
* Run cargo fix --edition * Add edition="2018" to Cargo.toml
This commit is contained in:
parent
f9629018c7
commit
b9b0a655bb
@ -2,7 +2,7 @@
|
||||
name = "wasmer"
|
||||
version = "0.1.3"
|
||||
authors = ["Syrus Akbary <me@syrusakbary.com>"]
|
||||
# edition = "2018"
|
||||
edition = "2018"
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
publish = true
|
||||
description = "High-Performance WebAssembly JIT interpreter"
|
||||
|
@ -7,7 +7,7 @@ use std::io::Read;
|
||||
use std::path::PathBuf;
|
||||
use std::process::exit;
|
||||
|
||||
use apis::emscripten::{allocate_on_stack, allocate_cstr_on_stack};
|
||||
use crate::apis::emscripten::{allocate_on_stack, allocate_cstr_on_stack};
|
||||
use structopt::StructOpt;
|
||||
|
||||
use wasmer::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user