Module wasm_pack::install

source ·
Expand description

Functionality related to installing prebuilt binaries and/or running cargo install.

Enums

  • An enum representing supported architectures
  • The InstallMode determines which mode of initialization we are running, and what install steps we perform.
  • An enum representing supported operating systems
  • Possible outcomes of attempting to find/install a tool
  • Represents the set of CLI tools wasm-pack uses

Functions