update the WASM runtime imports

This commit is contained in:
Robert Habermeier
2018-01-23 17:05:35 +01:00
parent ce5f4da907
commit b9cc928495
6 changed files with 14 additions and 5 deletions
@@ -16,6 +16,7 @@
//! Environment API: Allows certain information to be accessed throughout the runtime.
use runtime_support::boxed::Box;
use runtime_support::mem;
use runtime_support::cell::RefCell;
use runtime_support::rc::Rc;