[][src]Module walrus::passes::validate

Validation of a wasm module

Currently only does some basic sanity checks, but it's intended that eventually this is a full typechecking pass!

Functions

run

Validate a wasm module, returning an error if it fails to validate.