UNPKG

babylon-mmd

Version:
14 lines (13 loc) 273 B
import * as wasmBindgen from "../wasm/sd"; /** * Singlethreaded debug build MmdWasmInstanceType * * Requirements for use: * * - Browser that supports WebAssembly */ export class MmdWasmInstanceTypeSD { getWasmInstanceInner() { return wasmBindgen; } }