Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/neo/backend/wasm/data.ts>WasmData.from

👩‍💻 Matrix and other math, accelerated by WebGPU and WASM
Latest
method WasmData.from
import { WasmData } from "https://deno.land/x/neo@0.0.1-pre.1/backend/wasm/data.ts";

Parameters

backend: WasmBackend
source: DataTypeArray<T>
optional
type: T

Returns

Promise<WasmData<T>>