mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-10 05:57:42 +00:00
wasm: Cache objects via data hash (XXH3)
This commit is contained in:
@@ -20,6 +20,8 @@ interface diff {
|
||||
data: list<u8>,
|
||||
config: borrow<diff-config>,
|
||||
) -> result<object, string>;
|
||||
|
||||
hash: func() -> u64;
|
||||
}
|
||||
|
||||
resource object-diff {
|
||||
|
||||
Reference in New Issue
Block a user