wasmPointer static method

WasmStructPointer<MusicD> wasmPointer(
  1. int ptr
)

Implementation

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