mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Always return true for is_from_store
This commit is contained in:
@@ -559,7 +559,7 @@ impl Module {
|
||||
/// custom sections. That's why an iterator (rather than one element)
|
||||
/// is returned.
|
||||
pub fn custom_sections<'a>(&'a self, name: &'a str) -> impl Iterator<Item = Box<[u8]>> + 'a {
|
||||
unimplemented!()
|
||||
unimplemented!() // TODO: implement on JavaScript
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user