Improved docs with custom logo and favicon

This commit is contained in:
Syrus
2019-09-03 17:06:31 -07:00
parent 1a35cdd4cd
commit d8471e2b6a
24 changed files with 44 additions and 9 deletions

View File

@ -38,6 +38,5 @@ fn main() {
.file("image-loading-macos-x86-64.s")
.compile("image-loading");
} else {
}
}

View File

@ -8,6 +8,8 @@
unreachable_patterns
)]
#![cfg_attr(nightly, feature(unwind_attributes))]
#![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(test)]
#[macro_use]

View File

@ -363,5 +363,4 @@ mod memory_tests {
"Max number of pages is required for shared memory"
)
}
}

View File

@ -165,5 +165,4 @@ mod table_tests {
.unwrap();
assert_eq!(table.size(), 10);
}
}

View File

@ -590,5 +590,4 @@ mod tests {
f64::from_native(f64::from_binary((yf64).to_native().to_binary()))
);
}
}