We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a1145 commit 4511810Copy full SHA for 4511810
crates/environ/src/component.rs
@@ -17,14 +17,6 @@
17
//!
18
//! Note that this entire module is gated behind the `component-model` Cargo
19
//! feature.
20
-//!
21
-//! ## Warning: In-progress
22
23
-//! As-of the time of this writing this module is incomplete and under
24
-//! development. It will be added to incrementally over time as more features
25
-//! are implemented. Current design decisions are also susceptible to change at
26
-//! any time. Some comments may reflect historical rather than current state as
27
-//! well (sorry).
28
29
/// Canonical ABI-defined constant for the maximum number of "flat" parameters
30
/// to a wasm function, or the maximum number of parameters a core wasm function
0 commit comments