Add support for Instant for wasm32.

This commit is contained in:
Stephen Chung
2020-06-17 16:50:57 +08:00
parent ae6d5e13a9
commit 2a73841549
5 changed files with 12 additions and 7 deletions

View File

@@ -33,7 +33,6 @@ pub use pkg_std::StandardPackage;
pub use string_basic::BasicStringPackage;
pub use string_more::MoreStringPackage;
#[cfg(not(feature = "no_std"))]
#[cfg(not(target_arch = "wasm32"))]
pub use time_basic::BasicTimePackage;
/// Trait that all packages must implement.