Expand description
The Wasmer binary lib
Modulesยง
- backend ๐
- Common module with common used structures across different commands.
- 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 ๐
- types ๐
- utils ๐
- Utility functions for the WebAssembly module
Macrosยง
- warning
- A macro that prints a warning with nice colors
Constantsยง
- VERSION ๐
- Version number of this crate.
Functionsยง
- run_cli
- Run the Wasmer CLI.