A utility crate for managing Wasmtime configuration options in a serializable format.
This crate primarily provides a [CommonOptions] structure which can be
parsed from CLI flags via [clap] or with [serde::Deserialize]. This
structure can additionally be created from a [wasmtime::Engine] to
serialize some of the significant configuration options affecting an engine.
This is intended to be a shared way for embedders to configure Wasmtime with
serializable configuration. The source of truth for Wasmtime's configuration
is the [Config] type but this additionally serves as a means of creating
that type.