mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-19 03:41:22 +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);
|
||||
|
@ -8,6 +8,8 @@
|
||||
unreachable_patterns
|
||||
)]
|
||||
#![feature(proc_macro_hygiene)]
|
||||
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://avatars3.githubusercontent.com/u/44205449?s=200&v=4")]
|
||||
|
||||
#[cfg(not(any(
|
||||
all(target_os = "macos", target_arch = "x86_64"),
|
||||
|
@ -502,5 +502,4 @@ mod test {
|
||||
|
||||
machine.release_locations_keep_state(&mut assembler, &locs);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user