mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
repl: Create dumy Wasm implementations of SystemTime and Duration
This commit is contained in:
parent
8e370a32b6
commit
a0ccae2865
3 changed files with 50 additions and 1 deletions
|
@ -3,3 +3,6 @@
|
|||
#![allow(clippy::large_enum_variant)]
|
||||
pub mod docs;
|
||||
pub mod file;
|
||||
|
||||
#[cfg(target_family = "wasm")]
|
||||
mod wasm_system_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue