Wasm Directoryalpha
Record

metadata-hash-value

A 128-bit hash value, split into parts because wasm doesn't have a 128-bit integer type.

record metadata-hash-value {
  lower: u64,
  upper: u64,
}

Fields

NameTypeDescription
loweru6464 bits of a 128-bit hash value.
upperu64Another 64 bits of a 128-bit hash value.