diff --git a/lib/runtime-core/src/backend.rs b/lib/runtime-core/src/backend.rs index 572fe7fb9..5253a59f5 100644 --- a/lib/runtime-core/src/backend.rs +++ b/lib/runtime-core/src/backend.rs @@ -110,13 +110,13 @@ impl Default for MemoryBoundCheckMode { } } -#[derive(Default)] +#[derive(Debug, Default)] pub struct Features { pub simd: bool, } /// Configuration data for the compiler -#[derive(Default)] +#[derive(Debug, Default)] pub struct CompilerConfig { /// Symbol information generated from emscripten; used for more detailed debug messages pub symbol_map: Option>,