wirm 3.0.1

A lightweight WebAssembly Transformation Library for the Component Model
Documentation
1
2
3
4
5
//! Iterators to traverse either a Component or a Module. Supports injection of Instructions at specific locations.

pub mod component_iterator;
pub mod iterator_trait;
pub mod module_iterator;