mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-05 02:22:16 +00:00
added documentation comment for a stable version of wasm-bindgen-futures
This commit is contained in:
parent
6ab1a49a41
commit
cbaa1d302a
@ -119,9 +119,11 @@ cfg_if! {
|
|||||||
/// Contains a Futures 0.3 implementation of this crate.
|
/// Contains a Futures 0.3 implementation of this crate.
|
||||||
pub mod futures_0_3;
|
pub mod futures_0_3;
|
||||||
|
|
||||||
|
/// Contains stable version of the crate
|
||||||
pub mod stable;
|
pub mod stable;
|
||||||
pub use stable::*;
|
pub use stable::*;
|
||||||
} else {
|
} else {
|
||||||
|
/// Contains stable version of the crate
|
||||||
pub mod stable;
|
pub mod stable;
|
||||||
pub use stable::*;
|
pub use stable::*;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
//!
|
||||||
* The polyfill was kindly borrowed from https://github.com/tc39/proposal-atomics-wait-async
|
//! The polyfill was kindly borrowed from https://github.com/tc39/proposal-atomics-wait-async
|
||||||
* and ported to Rust
|
//! and ported to Rust
|
||||||
*/
|
//!
|
||||||
|
|
||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user