Full native build with new structure.

No tests yet.
Wasm build still pulls in std.
This commit is contained in:
Gav
2018-02-07 15:54:18 +01:00
parent 9fe85fc9f4
commit dcff8f1a2f
33 changed files with 56 additions and 74 deletions
+2
View File
@@ -21,3 +21,5 @@ pub use std::boxed;
pub use std::slice;
pub use std::mem;
pub use std::ops;
pub use std::iter;
pub use std::ptr;
+2
View File
@@ -24,3 +24,5 @@ pub use core::mem;
pub use core::slice;
pub use core::cell;
pub use core::ops;
pub use core::iter;
pub use core::ptr;