Skip to content
Snippets Groups Projects
Commit 4c90a735 authored by Alex Crichton's avatar Alex Crichton
Browse files

Add emscripten/wasm to dox builds

parent 1ee80568
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,12 @@
#![cfg_attr(target_os = "dragonfly", doc(
html_root_url = "https://doc.rust-lang.org/libc/x86_64-unknown-dragonfly"
))]
#![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc(
html_root_url = "https://doc.rust-lang.org/libc/asmjs-unknown-emscripten"
))]
#![cfg_attr(all(target_os = "emscripten", target_arch = "wasm32"), doc(
html_root_url = "https://doc.rust-lang.org/libc/wasm32-unknown-emscripten"
))]
// Attributes needed when building as part of the standard library
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api, custom_attribute, cfg_target_vendor))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment