Command Line

Cargo NW can be run as follows:

cargo-nw [flags] [manifest-location] <command> [command-flags]

[flags]:

  • --verbose - display additional information during the integration process

<commands>:

  • init - creates a manifest or a WASM application template
  • build - build a redistributable configured in the manifest
  • clean - remove intermedia files and dependencies
  • publish - execute a publish action configured in the manifest (useful for manually deploying built redistributables)