[][src]Crate wit_validator

A validator for the wasm interface types binary format.

This crate currently only provides the ability to validate a full in-memory wasm module. It does not currently expose the results of typechecking, only if a wasm binary typechecks or not.

Functions

validate

Validates an entire WebAssembly module listed by bytes