Options
All
  • Public
  • Public/Protected
  • All
Menu

A wrapper for data received from WASM callbacks.

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • new WasmData(wasmData: string): WasmData

Methods

parse

  • parse(): {}
  • Serializes the WASM data into JSON.

    Returns {}

    An object of the serialized data string.

    • [key: string]: any

toString

  • toString(): string
  • Getter for string of WASM data.

    Returns string

    A string of the WASM data which can be serialized.

Generated using TypeDoc