Expand description
Implementation of the wasm-pack build command.
Structs§
- Build
- Everything required to configure and run the
wasm-pack buildcommand. - Build
Options - Everything required to configure and run the
wasm-pack buildcommand.
Enums§
- Build
Profile - The build profile controls whether optimizations, debug info, and assertions are enabled or disabled.
- Target
- What sort of output we’re going to be generating and flags we’re invoking
wasm-bindgenwith.