|
|
|
|
|
by Ericson2314
232 days ago
|
|
It's both, multiple derivations can produce the same (content-addressed) store object, and the derivations may not be reproducible and produce different (content-addressed) store objects each time. The reality of executing arbitrary programs on non-deterministic computers is, unfortunately, N:M! (Cue deterministic WASM derivations or something.) |
|
"Rah Rah, this is why we need deterministic wasm derivations!" - Me
(There you go Ericson) Relevant links: https://github.com/WebAssembly/design/blob/main/Nondetermini...