NAME

spvmgenlib - The Command to Generate SPVM Native Libraries

SYNOPSIS

Usage: spvmgenlib [OPTIONS] [CLASS_NAME]
  
  spvmgenlib MyLib

Options:
  -h, --help                     Show this message
  -v, --version                  Show the version
  -q, --quiet                    Quiet output
  -f, --force                    Force to generate files
  --module-dir                   Module directory, default: "lib/SPVM"
  --script-file                  Generate the script file
  --native-lib-name              Generate native library with the name
  --native-language              Native language name, "c" or "c++", default: "c"
  

DESCRIPTION

spvmgenlib is the command to generate SPVM native libraries.