Class FFILibraryInternal

FFI Library wrapper, maintains most runtime states.

Hierarchy

  • FFILibrary

Implements

Constructors

Properties

exports: Record<string, Function>
memory: Memory
wasm32: boolean
webGPUContext?: WebGPUContext

Methods

  • Parameters

    • code: number

    Returns void

  • Dispose the internal resource This function can be called multiple times, only the first call will take effect.

    Returns void

Generated using TypeDoc