mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 16:11:32 +00:00
parse and store custom sections from wasm, guarded by vfs feature flag
This commit is contained in:
@ -50,6 +50,9 @@ impl Module {
|
||||
|
||||
namespace_table: StringTable::new(),
|
||||
name_table: StringTable::new(),
|
||||
|
||||
#[cfg(feature = "vfs")]
|
||||
custom_sections: HashMap::new(),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user