quickjs-emscripten • @jitl/quickjs-singlefile-cjs-release-sync • Readme | Exports
quickjs-emscripten / @jitl/quickjs-singlefile-cjs-release-sync
const
default:QuickJSSyncVariant
Docs | Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.
Variable | Setting | Description |
---|---|---|
library | quickjs | The original bellard/quickjs library. Version 2024-02-14+36911f0d vendored to quickjs-emscripten on 2024-06-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 | require | Has these package.json export conditions |
Generated using typedoc-plugin-markdown and TypeDoc