quickjs-emscripten • quickjs-emscripten-core • Readme | Exports
quickjs-emscripten / quickjs-emscripten-core / 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.
readonly
importFFI: () =>Promise
<(module
) =>QuickJSFFI
>
Promise
<(module
) => QuickJSFFI
>
packages/quickjs-ffi-types/src/variant-types.ts:30
readonly
importModuleLoader: () =>Promise
<EmscriptenImport
<QuickJSEmscriptenModule
>>
Promise
<EmscriptenImport
<QuickJSEmscriptenModule
>>
packages/quickjs-ffi-types/src/variant-types.ts:31
readonly
type:"sync"
packages/quickjs-ffi-types/src/variant-types.ts:29
Generated using typedoc-plugin-markdown and TypeDoc