Module manifest
The module_manifest! macro embeds the Interface Type, SDK, and Rust project version as well as additional project and build information into a Wasm module. For the macro to be usable, it needs to be imported and initialized:
rust
rust
Using the Marine CLI, we can inspect a module's manifest with marine info:
sh
sh
It's possible to omit arguments in the module_manifest, in this case it'll get them from  Cargo.toml:
rust
rust