Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.96 KB

QuickJSSyncVariant.md

File metadata and controls

67 lines (37 loc) · 1.96 KB

quickjs-emscriptenquickjs-emscripten-coreReadme | Exports


quickjs-emscripten / quickjs-emscripten-core / QuickJSSyncVariant

Interface: QuickJSSyncVariant

A standard (sync) 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) => QuickJSFFI>

Returns

Promise<(module) => QuickJSFFI>

Source

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


importModuleLoader

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

Returns

Promise<EmscriptenImport<QuickJSEmscriptenModule>>

Source

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


type

readonly type: "sync"

Source

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


Generated using typedoc-plugin-markdown and TypeDoc