Crate wasm_interface

Source
Expand description

Definition and parsing of wasm interfaces

wasm interfaces ensure wasm modules conform to a specific shape they do this by asserting on the imports and exports of the module.

Re-exports§

Modules§

  • The definition of a WASM interface
  • Parsers to get a wasm interface from text
  • Validate a wasm module given a interface.