Expand description
Web toolchain checks and installations.
Structs§
- Package
Manager Installation - Installation plan for a declared package manager, using its official installer.
- Package
Manager Toolchain - The
[web] package_managera project declares: the executable the CLI invokes for frontend builds and scaffolding. Doctor checks the declared manager only — it never substitutes another. - Wasm
Pack wasm-packbinary for packaging browser bundles.- Wasm
Pack Installation - Installation plan for
wasm-pack.
Functions§
- wasm32_
target - The
wasm32-unknown-unknowntarget on the toolchain the project’srust-toolchainpin (or the rustup default) selects. - web_
toolchain - The web toolchain as the CLI’s web build/package path invokes it.
Type Aliases§
- WebToolchain
- Composite toolchain for Web/WASM support.