Add wasm tests (#74)
This commit is contained in:
parent
2b2881a375
commit
5077768172
13 changed files with 92 additions and 29 deletions
|
|
@ -2,7 +2,7 @@ use std::hash::Hash;
|
|||
use std::ops::{Index, Range};
|
||||
|
||||
use crate::algorithms::{diff_deadline, Capture, Compact, Replace};
|
||||
use crate::Instant;
|
||||
use crate::deadline_support::Instant;
|
||||
use crate::{Algorithm, DiffOp};
|
||||
|
||||
/// Creates a diff between old and new with the given algorithm capturing the ops.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue