Update to Cretonne 0.8.0.

This commit is contained in:
Dan Gohman
2018-05-14 12:58:28 -10:00
parent ed734f8ecb
commit b5e794a584
13 changed files with 116 additions and 104 deletions

View File

@@ -1,8 +1,8 @@
//! An `Instance` contains all the runtime state used by execution of a wasm
//! module.
use cretonne::ir;
use cton_wasm::GlobalIndex;
use cretonne_codegen::ir;
use cretonne_wasm::GlobalIndex;
use module::Module;
use DataInitializer;