Structs§
- Wasm
Error - Wraps a WasmErrorInner with a file and line number.
The easiest way to generate this is with the
wasm_error!macro that will insert the correct file/line and can create strings by forwarding args to theformat!macro.
Enums§
- Wasm
Error Inner - Enum of all possible ERROR states that wasm can encounter.