pub(in crate::compiler::context) closure_bodies: HashMap<u32, (crate::ast::LambdaParams, Expr)>,
pub(in crate::compiler) fn pop_block_label(&mut self, name: &str) -> Result<Vec<WasmType>> {
pub(in crate::compiler) fn push_unwind_frame(&mut self, threshold: u32, cleanup: Vec<Expr>) {
pub(in crate::compiler) fn unwind_frame_cleanups(frames: &[UnwindFrame]) -> Vec<Vec<Expr>> {