Skip to content

Commit

Permalink
Remove redundant commented out function
Browse files Browse the repository at this point in the history
Leftover...
  • Loading branch information
theduke committed Dec 15, 2022
1 parent d666840 commit b03f58e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/api/src/js/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -638,16 +638,6 @@ impl Module {
!val.is_undefined() && !val.is_null()
}

// /// Get the custom sections of the module given a `name`.
// ///
// /// # Important
// ///
// /// Following the WebAssembly spec, one name can have multiple
// /// 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 = Arc<[u8]>> + 'a {
// unimplemented!();
// }
/// Get the custom sections of the module given a `name`.
///
/// # Important
Expand Down

0 comments on commit b03f58e

Please sign in to comment.