repl: Create dumy Wasm implementations of SystemTime and Duration

This commit is contained in:
Brian Carroll 2022-02-09 08:14:58 +00:00
parent 8e370a32b6
commit a0ccae2865
3 changed files with 50 additions and 1 deletions

View file

@ -3,3 +3,6 @@
#![allow(clippy::large_enum_variant)]
pub mod docs;
pub mod file;
#[cfg(target_family = "wasm")]
mod wasm_system_time;