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:
@ -1,5 +1,7 @@
|
||||
#![cfg(all(target_arch = "wasm32", target_os = "wasi"))]
|
||||
#![feature(wasi_ext)]
|
||||
#![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")]
|
||||
|
||||
use std::cell::RefCell;
|
||||
use std::fs::File;
|
||||
|
Reference in New Issue
Block a user