mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
cargo fmt && fix issue with function_body_ptr
This commit is contained in:
@@ -560,11 +560,11 @@ impl Module {
|
||||
/// is returned.
|
||||
pub fn custom_sections<'a>(&'a self, name: &'a str) -> impl Iterator<Item = Box<[u8]>> + 'a {
|
||||
// TODO: implement on JavaScript
|
||||
DefaultCustomSectionsIterator { }
|
||||
DefaultCustomSectionsIterator {}
|
||||
}
|
||||
}
|
||||
|
||||
pub struct DefaultCustomSectionsIterator { }
|
||||
pub struct DefaultCustomSectionsIterator {}
|
||||
|
||||
impl Iterator for DefaultCustomSectionsIterator {
|
||||
type Item = Box<[u8]>;
|
||||
|
||||
Reference in New Issue
Block a user