mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-15 01:41:21 +00:00
Improved docs with custom logo and favicon
This commit is contained in:
@ -1318,7 +1318,8 @@ impl X64FunctionCode {
|
||||
}
|
||||
m.state
|
||||
.stack_values
|
||||
.push(MachineValue::CopyStackBPRelative(offset)); // TODO: Read value at this offset
|
||||
.push(MachineValue::CopyStackBPRelative(offset));
|
||||
// TODO: Read value at this offset
|
||||
}
|
||||
_ => {
|
||||
m.state.stack_values.push(MachineValue::Undefined);
|
||||
|
Reference in New Issue
Block a user