wasm: Cache objects via data hash (XXH3)

This commit is contained in:
2025-03-21 08:27:19 -06:00
parent 311de887ec
commit 7b00a9e9f2
7 changed files with 60 additions and 14 deletions

View File

@@ -20,6 +20,8 @@ interface diff {
data: list<u8>,
config: borrow<diff-config>,
) -> result<object, string>;
hash: func() -> u64;
}
resource object-diff {