Crate winch_environ

Source
Expand description

This crate implements Winch’s function compilation environment, which allows Winch’s code generation to resolve module and runtime specific information. This crate mainly implements the winch_codegen::FuncEnv trait.

Structs§

FuncEnv
Function environment containing module and runtime specific information.