Type Alias wizer::Linker

source ·
pub type Linker = Linker<Option<WasiCtx>>;
Expand description

The type of linker that Wizer uses when evaluating the initialization function.

Aliased Type§

struct Linker { /* private fields */ }