Skip to content

Commit

Permalink
minimum wasm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KivalM committed Jan 5, 2023
1 parent 40387b9 commit 6604b87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ impl Default for SCacheInner {
fn default() -> Self {
Self {
map: PlIdHashMap::with_capacity(HASHMAP_INIT_SIZE),

#[cfg(not(target_family = "wasm"))]
uuid: SystemTime::now()
.duration_since(UNIX_EPOCH)
Expand Down

0 comments on commit 6604b87

Please sign in to comment.