mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +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.
|
||||
pub mod futures_0_3;
|
||||
|
||||
/// Contains stable version of the crate
|
||||
pub mod stable;
|
||||
pub use stable::*;
|
||||
} else {
|
||||
/// Contains stable version of the crate
|
||||
pub mod stable;
|
||||
pub use stable::*;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* The polyfill was kindly borrowed from https://github.com/tc39/proposal-atomics-wait-async
|
||||
* and ported to Rust
|
||||
*/
|
||||
//!
|
||||
//! The polyfill was kindly borrowed from https://github.com/tc39/proposal-atomics-wait-async
|
||||
//! and ported to Rust
|
||||
//!
|
||||
|
||||
/* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user