Macros§
- Stupid From and Into implementations, because Rust’s orphan rules won’t let me define a generic impl:
Structs§
Enums§
- A value at runtime. This is essentially a duplicate of ValType just with additional values.
Traits§
- An InteropValue is a Rust types that can be converted into a WASM Value. This trait is intended to simplify translation between Rust values and WASM values and thus is not used internally.
- An InteropValueList is an iterable list of InteropValues (i.e. Rust types that can be converted into WASM Values).