tvmjs
    Preparing search index...

    Class FFILibraryInternal

    FFI Library wrapper, maintains most runtime states.

    Implements

    Index

    Constructors

    • Parameters

      • wasmInstance: Instance
      • imports: Record<string, any>

      Returns FFILibrary

    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