Variable: default

February 16, 2026 ยท View on GitHub

quickjs-emscripten


quickjs-emscripten / @jitl/quickjs-singlefile-browser-release-sync / default

Variable: default

const default: QuickJSSyncVariant

Defined in: index.ts:18

@jitl/quickjs-singlefile-browser-release-sync

Docs | Variant with the WASM data embedded into a browser ESModule.

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.
emscriptenInclusionsinglefileThe WASM runtime is included directly in the JS file. Use if you run into issues with missing .wasm files when building or deploying your app.
exportsbrowserHas these package.json export conditions