We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde8452 commit 3d7b895Copy full SHA for 3d7b895
zkvms/zkwasm/host/src/main.rs
@@ -28,7 +28,7 @@ macro_rules! build_input {
28
}
29
let bytes = all
30
.into_iter()
31
- .map(|x| x.to_be_bytes())
+ .map(|x: u64| x.to_be_bytes())
32
.flatten()
33
.collect::<Vec<u8>>();
34
std::fs::write($path, bytes);
0 commit comments