More work on Ext & calls.

This commit is contained in:
Gav
2018-02-22 18:38:33 +01:00
parent 38e9d80555
commit d70491f093
3 changed files with 26 additions and 22 deletions
+3 -1
View File
@@ -25,4 +25,6 @@ pub use std::ptr;
pub use std::rc;
pub use std::slice;
pub use std::vec;
pub use std::collections::hash_map;
pub mod collections {
pub use std::collections::hash_map;
}
@@ -25,7 +25,9 @@ extern crate pwasm_alloc;
pub use alloc::boxed;
pub use alloc::rc;
pub use alloc::vec;
pub use alloc::collections::hash_map;
pub mod collections {
pub use alloc::collections::hash_map;
}
pub use core::cell;
pub use core::cmp;
pub use core::intrinsics;