Variable: default
February 16, 2026 ยท View on GitHub
quickjs-emscripten / @jitl/quickjs-asmjs-mjs-release-sync / default
Variable: default
constdefault:QuickJSSyncVariant
Defined in: index.ts:19
@jitl/quickjs-asmjs-mjs-release-sync
Docs | Compiled to pure Javascript, no WebAssembly required.
| Variable | Setting | Description |
|---|---|---|
| library | quickjs | The original bellard/quickjs library. Version 2025-09-13+f1139494 vendored to quickjs-emscripten on 2026-02-15. |
| releaseMode | release | Optimized for performance; use when building/deploying your application. |
| syncMode | sync | The default, normal build. Note that both variants support regular async functions. |
| emscriptenInclusion | asmjs | The 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. |
| exports | import | Has these package.json export conditions |