Expand description
Conversion traits for wasm-bindgen API compatibility.
These traits provide compatibility with code that uses wasm-bindgen’s low-level ABI conversion types.
Structs§
- JsCast
Anchor - Anchor type for JsCast references.
Traits§
- From
Wasm Abi - Trait for converting from a WebAssembly ABI representation to a Rust type.
- Into
Wasm Abi - Trait for converting a Rust type to its WebAssembly ABI representation.
- RefFrom
Binary Decode - Trait for types that can be decoded as references from binary data.
- RefFrom
Wasm Abi - Trait for recovering a shared reference from the WebAssembly ABI boundary.