Module abi
Source - WasmSignature
- A raw WebAssembly signature with params and results.
- AbiVariant
- We use a different ABI for wasm importing functions exported by the host
than for wasm exporting functions imported by the host.
- Bitcast
- Instruction
- LiftLower
- Whether the glue code surrounding a call is lifting arguments and lowering
results or vice versa.
- WasmType
- Enumerates wasm types used by interface types when lowering/lifting.
- Bindgen
- Trait for language implementors to use to generate glue code between native
WebAssembly signatures and interface types signatures.