Initial staging ground for interior wasm smart-contracts.

This commit is contained in:
Gav
2018-02-20 19:02:27 +01:00
parent 892dbc1eba
commit 38e9d80555
3 changed files with 178 additions and 3 deletions
@@ -25,3 +25,4 @@ pub use std::ptr;
pub use std::rc;
pub use std::slice;
pub use std::vec;
pub use std::collections::hash_map;
@@ -25,6 +25,7 @@ extern crate pwasm_alloc;
pub use alloc::boxed;
pub use alloc::rc;
pub use alloc::vec;
pub use alloc::collections::hash_map;
pub use core::cell;
pub use core::cmp;
pub use core::intrinsics;