component_api
* Remove recursion building types in `component_api` fuzzer Sure enough the fuzzers found an input that blows the stack, so the type-building here was rewritten to use a heap-based stack instead of a stack-based-stack. * Review comments
#[must_use]
memory-init-cow
CommonOptions::parse_from_str
NOTCAPABLE