Skip to content

Commit

Permalink
fix s32 bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed May 9, 2024
1 parent a37b0c1 commit d152684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/grain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ impl Bindgen for FunctionBindgen<'_, '_> {
}
Instruction::I32FromS32 => {
results.push(format!(
"WasmI32.load(WasmI32.fromGrain({}), 8n)",
"WasmI32.load(WasmI32.fromGrain({}), 4n)",
operands[0]
));
}
Expand Down

0 comments on commit d152684

Please sign in to comment.