Skip to main content

verify

Function verify 

Source
pub fn verify(module: &Module, names: &Interner) -> Result<(), Vec<VerifyError>>
Expand description

Checks a whole module.

ยงErrors

Gives back everything wrong with it, in the order the module is walked, which is the globals then the aliases then the functions then the metadata.