Module witnext2::abi[][src]

Structs

A raw WebAssembly signature with params and results.

Enums

Possible ABIs for interface functions to have.

Whether we are generating glue code to call an import or an export.

Whether the glue code surrounding a call is lifting arguments and lowering results or vice versa.

Enumerates wasm types used by interface types when lowering/lifting.

Traits

Trait for language implementors to use to generate glue code between native WebAssembly signatures and interface types signatures.