Skip to main content

Crate winch_codegen

Crate winch_codegen 

Source
Expand description

Code generation library for Winch.

Re-exports§

pub use isa::*;

Modules§

isa

Macros§

bail
Early exit from the current function with an error.
ensure
Ensure that a condition holds true, or else early exit from the current function with an error.
format_err
Construct an Error via string formatting or another error.

Structs§

BuiltinFunctions
Provides the ABI signatures for each builtin function signature.
Error
Wasmtime’s universal error type.
FuncEnv
The function environment.

Traits§

Context
Extension trait to add error context to results.

Type Aliases§

Result
A result of either Ok(T) or an Err(Error).