wasm_wave

Module wasm

Source
Expand description

Wasm type and value types

Structs§

Enums§

Traits§

  • The WasmFunc trait may be implemented to represent Wasm func type signatures to be (de)serialized with WAVE.
  • The WasmType trait may be implemented to represent types to be (de)serialized with WAVE, notably value::Type. The [wasmtime] crate provides an impl for [wasmtime::component::Type].
  • The WasmValue trait may be implemented to represent values to be (de)serialized with WAVE, notably value::Value. The wasmtime crate provides an impl for [wasmtime::component::Val].

Functions§