quickjs-emscripten • quickjs-emscripten-core • Readme | Exports
quickjs-emscripten / quickjs-emscripten-core / 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.
readonly
importFFI: () =>Promise
<(module
) =>QuickJSAsyncFFI
>
Promise
<(module
) => QuickJSAsyncFFI
>
packages/quickjs-ffi-types/src/variant-types.ts:45
readonly
importModuleLoader: () =>Promise
<EmscriptenImport
<QuickJSAsyncEmscriptenModule
>>
Promise
<EmscriptenImport
<QuickJSAsyncEmscriptenModule
>>
packages/quickjs-ffi-types/src/variant-types.ts:46
readonly
type:"async"
packages/quickjs-ffi-types/src/variant-types.ts:44
Generated using typedoc-plugin-markdown and TypeDoc