Skip to content

Commit

Permalink
fix wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 25, 2024
1 parent 4c88b0c commit eb900c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/wasi_p2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn inner_u32() -> Result<u32, Error> {
Ok(crate::util::truncate(val))
}

pub fn inner_u64() -> Result<u32, Error> {
pub fn inner_u64() -> Result<u64, Error> {
Ok(get_random_u64())
}

Expand Down

0 comments on commit eb900c7

Please sign in to comment.