Crate wasmer_cli

Source
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.