mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
wasm_interp: Fix PR feedback
This commit is contained in:
parent
2050f0ac2f
commit
6d84c85078
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ impl<'a> ExecutionState<'a> {
|
|||
) -> Result<Self, String> {
|
||||
let mem_bytes = module.memory.min_bytes().map_err(|e| {
|
||||
format!(
|
||||
"Error parsing Memory section at offset 0x{:x}:\n{}",
|
||||
"Error parsing Memory section at offset {:#x}:\n{}",
|
||||
e.offset, e.message
|
||||
)
|
||||
})?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue