wasmPointer static method

WasmStructPointer<ImageD> wasmPointer(
  1. int ptr
)

Implementation

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