Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 2 KB

QuickJSAsyncVariant.md

File metadata and controls

67 lines (37 loc) · 2 KB

quickjs-emscriptenquickjs-emscripten-coreReadme | Exports


quickjs-emscripten / quickjs-emscripten-core / QuickJSAsyncVariant

Interface: QuickJSAsyncVariant

An ASYNCIFY build variant.

quickjs-emscripten provides multiple build variants of the core WebAssembly module. These variants are each intended for a different use case.

To create an instance of the library using a specific build variant, pass the build variant to newQuickJSWASMModule or newQuickJSAsyncWASMModule.

Contents

Properties

importFFI

readonly importFFI: () => Promise<(module) => QuickJSAsyncFFI>

Returns

Promise<(module) => QuickJSAsyncFFI>

Source

packages/quickjs-ffi-types/src/variant-types.ts:45


importModuleLoader

readonly importModuleLoader: () => Promise<EmscriptenImport<QuickJSAsyncEmscriptenModule>>

Returns

Promise<EmscriptenImport<QuickJSAsyncEmscriptenModule>>

Source

packages/quickjs-ffi-types/src/variant-types.ts:46


type

readonly type: "async"

Source

packages/quickjs-ffi-types/src/variant-types.ts:44


Generated using typedoc-plugin-markdown and TypeDoc