Skip to content
Snippets Groups Projects
Unverified Commit dc28df0b authored by Cem Eliguzel's avatar Cem Eliguzel Committed by GitHub
Browse files

Fix the wasm runtime substitute caching bug (#1416)

parent cd901764
No related merge requests found
Pipeline #387476 passed with stages
in 49 minutes and 54 seconds
......@@ -126,7 +126,7 @@ where
let runtime_code = RuntimeCode {
code_fetcher: &WrappedRuntimeCode((&code).into()),
heap_pages: None,
hash: Vec::new(),
hash: make_hash(&code),
};
let version = Self::runtime_version(&executor, &runtime_code)?;
let spec_version = version.spec_version;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment