Add a Debug implementation for wsmtime::Config
Handy to have in some situations!
This commit is contained in:
@@ -26,7 +26,7 @@ pub enum ContextError {
|
||||
}
|
||||
|
||||
/// The collection of features configurable during compilation
|
||||
#[derive(Clone, Default)]
|
||||
#[derive(Clone, Default, Debug)]
|
||||
pub struct Features {
|
||||
/// marks whether the proposed thread feature is enabled or disabled
|
||||
pub threads: bool,
|
||||
|
||||
Reference in New Issue
Block a user