mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
chore(doc): Add the Wasmer logo to the generated API documentation
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
//! Wasmer API
|
//! Wasmer API
|
||||||
|
#![doc(
|
||||||
|
html_logo_url = "https://github.com/wasmerio.png?size=200",
|
||||||
|
html_favicon_url = "https://wasmer.io/static/icons/favicon.ico"
|
||||||
|
)]
|
||||||
#![deny(
|
#![deny(
|
||||||
missing_docs,
|
missing_docs,
|
||||||
trivial_numeric_casts,
|
trivial_numeric_casts,
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
//! this repository for the sake of simplicity.
|
//! this repository for the sake of simplicity.
|
||||||
|
|
||||||
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
|
#![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")]
|
#![doc(html_logo_url = "https://github.com/wasmerio.png?size=200")]
|
||||||
// temporary while in transition
|
// temporary while in transition
|
||||||
#![allow(unused_variables)]
|
#![allow(unused_variables)]
|
||||||
#![deny(
|
#![deny(
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
unstable_features
|
unstable_features
|
||||||
)]
|
)]
|
||||||
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
|
#![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")]
|
#![doc(html_logo_url = "https://github.com/wasmerio.png?size=200")]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate anyhow;
|
extern crate anyhow;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
)]
|
)]
|
||||||
#![cfg_attr(nightly, feature(unwind_attributes))]
|
#![cfg_attr(nightly, feature(unwind_attributes))]
|
||||||
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
|
#![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")]
|
#![doc(html_logo_url = "https://github.com/wasmerio.png?size=200")]
|
||||||
|
|
||||||
mod abi;
|
mod abi;
|
||||||
mod compiler;
|
mod compiler;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
unreachable_patterns
|
unreachable_patterns
|
||||||
)]
|
)]
|
||||||
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
|
#![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")]
|
#![doc(html_logo_url = "https://github.com/wasmerio.png?size=200")]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#![deny(unused_mut)]
|
#![deny(unused_mut)]
|
||||||
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
|
#![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")]
|
#![doc(html_logo_url = "https://github.com/wasmerio.png?size=200")]
|
||||||
|
|
||||||
//! Wasmer's WASI implementation
|
//! Wasmer's WASI implementation
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user