Skip to main content

Module graphs

Module graphs 

Source
Expand description

Generic graph traits, traversals, and data structures for use in Wasmtime.

Structs§

Dfs
An iterative depth-first traversal.
EntityGraph
A graph of EntityRef nodes reified into a densely packed representation.
Evaporation
The “evaporation” of a graph and its strongly-connected components.
FilterNodes
A graph whose nodes are being filtered by the predicate F.
Scc
A strongly-connected component.
StronglyConnectedComponents
The set of strongly-connected components for a graph of Nodes.

Enums§

DfsEvent
An event during a DFS traversal.

Traits§

Graph
A trait for any kind of graph data structure.