Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WasmModule

Index

Properties

buffer

buffer: Uint8Array

exports

exports: any

memory

memory: Uint8Array

onload

onload: function

Type declaration

    • (cb: function): void
    • Parameters

      • cb: function
          • (err?: Error): void
          • Parameters

            • Optional err: Error

            Returns void

      Returns void

realloc

realloc: function

Type declaration

    • (size: number): void
    • Parameters

      • size: number

      Returns void

Generated using TypeDoc