Variable: default
February 16, 2026 ยท View on GitHub
quickjs-emscripten / @jitl/quickjs-singlefile-browser-release-sync / default
Variable: default
constdefault:QuickJSSyncVariant
Defined in: index.ts:18
@jitl/quickjs-singlefile-browser-release-sync
Docs | Variant with the WASM data embedded into a browser ESModule.
| 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 | singlefile | The 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. |
| exports | browser | Has these package.json export conditions |