diff --git a/src/interpreter/wasm/serde.rs b/src/interpreter/wasm/serde.rs index 59709d1..90dec2a 100644 --- a/src/interpreter/wasm/serde.rs +++ b/src/interpreter/wasm/serde.rs @@ -1,6 +1,6 @@ //! Serde is not necessary to use WIT. It only provides a nicer API -//! for the end-user to rebuild its complex types from WIT values, -//! like `record`. +//! for the end-user to send or receive its complex types to/from WIT +//! values, like `record` for instance. use crate::{ ast::InterfaceType,