Variable: default

February 16, 2026 ยท View on GitHub

quickjs-emscripten


quickjs-emscripten / @jitl/quickjs-wasmfile-release-sync / default

Variable: default

const default: QuickJSSyncVariant

Defined in: index.ts:18

@jitl/quickjs-wasmfile-release-sync

Docs | Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

VariableSettingDescription
libraryquickjsThe original bellard/quickjs library. Version 2025-09-13+f1139494 vendored to quickjs-emscripten on 2026-02-15.
releaseModereleaseOptimized for performance; use when building/deploying your application.
syncModesyncThe default, normal build. Note that both variants support regular async functions.
emscriptenInclusionwasmHas a separate .wasm file. May offer better caching in your browser, and reduces the size of your JS bundle. If you have issues, try a 'singlefile' variant.
exportsrequire import browser workerdHas these package.json export conditions