Variable: default

February 16, 2026 ยท View on GitHub

quickjs-emscripten


quickjs-emscripten / @jitl/quickjs-asmjs-mjs-release-sync / default

Variable: default

const default: QuickJSSyncVariant

Defined in: index.ts:19

@jitl/quickjs-asmjs-mjs-release-sync

Docs | Compiled to pure Javascript, no WebAssembly required.

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.
emscriptenInclusionasmjsThe C library code is compiled to Javascript, no WebAssembly used. Sometimes called "asmjs". This is the slowest possible option, and is intended for constrained environments that do not support WebAssembly, like quickjs-for-quickjs.
exportsimportHas these package.json export conditions