Expand description
The Manifest file is where the core metadata of a wapm package lives
Modules
Structs
- Describes a command for a wapm module
- The manifest represents the file used to describe a Wasm package.
- Describes a command for a wapm module
Enums
- The ABI is a hint to WebAssembly runtimes about what additional imports to insert. It currently is only used for validation (in the validation subcommand). The default value is
None
. - The interface exposed by a
Module
.
Statics
- The name of the manifest file. This is hard-coded for now.