wasmPointer static method

WasmStructPointer<WaveD> wasmPointer(
  1. int ptr
)

Implementation

static WasmStructPointer<WaveD> wasmPointer(int ptr) => .new(ptr, WaveD.new, byteSize);