Expand description
Cargo support for WebAssembly components.
Modules§
Structs§
- Package
Component Metadata - Represents a cargo package paired with its component metadata.
- Publish
Options - Represents options for a publish operation.
Functions§
- load_
component_ metadata - Loads the component metadata for the given package specs.
- load_
metadata - Loads the workspace metadata based on the given manifest path.
- publish
- Publish a component for the given workspace and publish options.
- run_
cargo_ command - Runs the cargo command as specified in the configuration.
- update_
lockfile - Update the dependencies in the lock file.