Skip to main content

Module web

Module web 

Source
Expand description

Web toolchain checks and installations.

Structs§

PackageManagerInstallation
Installation plan for a declared package manager, using its official installer.
PackageManagerToolchain
The [web] package_manager a project declares: the executable the CLI invokes for frontend builds and scaffolding. Doctor checks the declared manager only — it never substitutes another.
WasmPack
wasm-pack binary for packaging browser bundles.
WasmPackInstallation
Installation plan for wasm-pack.

Functions§

wasm32_target
The wasm32-unknown-unknown target on the toolchain the project’s rust-toolchain pin (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.