[−][src]Module wasm_bindgen::convert
This is mostly an internal module, no stability guarantees are provided. Use at your own risk.
Structs
Wasm64 | |
WasmOptional64 | |
WasmOptionalF32 | |
WasmOptionalF64 | |
WasmOptionalI32 | |
WasmOptionalU32 | |
WasmSlice |
Traits
FromWasmAbi | A trait for anything that can be recovered by-value from the wasm ABI
boundary, eg a Rust |
IntoWasmAbi | A trait for anything that can be converted into a type that can cross the
wasm ABI directly, eg |
OptionFromWasmAbi | Indicates that this type can be received from JS as |
OptionIntoWasmAbi | Indicates that this type can be passed to JS as |
RefFromWasmAbi | A trait for anything that can be recovered as some sort of shared reference from the wasm ABI boundary. |
RefMutFromWasmAbi | Dual of the |
ReturnWasmAbi | A trait representing how to interepret the return value of a function for the wasm ABI. |
WasmAbi | An unsafe trait which represents types that are ABI-safe to pass via wasm arguments. |