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ยง