Crate wasmer_cli
source ยทExpand description
The Wasmer binary lib
Modulesยง
- c_gen ๐A convenient little abstraction for building up C expressions and generating simple C code.
- commands ๐The commands available in the Wasmer binary.
- common ๐Common module with common used structures across different commands.
- config ๐
- edge_config ๐
- error ๐Implements
PretyError
to print pretty errors in the CLI (when they happen) - logging ๐Logging functions for the debug feature.
- opts ๐
- store ๐Common module with common used structures across different commands.
- types ๐
- utils ๐Utility functions for the WebAssembly module
Macrosยง
- A macro that prints a warning with nice colors
Constantsยง
- VERSION ๐Version number of this crate.
Functionsยง
- Run the Wasmer CLI.