tvmjs
    Preparing search index...

    Class FFILibraryInternal

    FFI Library wrapper, maintains most runtime states.

    Implements

    Index
    • Parameters

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

      Returns FFILibrary

    exports: Record<string, Function>
    memory: Memory
    wasm32: boolean
    webGPUContext?: WebGPUContext
    • 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