pub fn parse_words( binary: impl AsRef<[u32]>, consumer: &mut dyn Consumer, ) -> Result<()>
Parses the given binary and consumes the module using the given consumer.
binary
consumer