Module validator

Source
Expand description

Pre-visitor for parsing WASM.

Macros§

validate_then_visit 🔒

Structs§

ValidateThenVisit
A pre-visitor that validates the WASM and then visits it.

Functions§

visit_op_when_unreachable 🔒