Update to Cretonne 0.8.0.
This commit is contained in:
@@ -8,7 +8,7 @@ repository = "https://github.com/sunfishcode/wasmstandalone"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
cretonne = "0.4.0"
|
||||
cretonne-wasm = "0.4.0"
|
||||
region = "0.1.1"
|
||||
cretonne-codegen = "0.8.0"
|
||||
cretonne-wasm = "0.8.0"
|
||||
region = "0.3.0"
|
||||
wasmstandalone_runtime = { path = "../runtime" }
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
extern crate cretonne;
|
||||
extern crate cton_wasm;
|
||||
extern crate cretonne_codegen;
|
||||
extern crate cretonne_wasm;
|
||||
extern crate region;
|
||||
extern crate wasmstandalone_runtime;
|
||||
|
||||
use cretonne::isa::TargetIsa;
|
||||
use cretonne_codegen::isa::TargetIsa;
|
||||
use std::mem::transmute;
|
||||
use region::Protection;
|
||||
use region::protect;
|
||||
|
||||
Reference in New Issue
Block a user