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

  • Function environment containing module and runtime specific information.