Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 2.04 KB

File metadata and controls

40 lines (25 loc) · 2.04 KB

quickjs-emscripten@jitl/quickjs-wasmfile-release-syncReadme | Exports


quickjs-emscripten / @jitl/quickjs-wasmfile-release-sync

@jitl/quickjs-wasmfile-release-sync

Contents

Variables

default

const default: QuickJSSyncVariant

@jitl/quickjs-wasmfile-release-sync

Docs | Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.

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 wasm Has a separate .wasm file. May offer better caching in your browser, and reduces the size of your JS bundle. If you have issues, try a 'singlefile' variant.
exports require import browser workerd Has these package.json export conditions

Source

index.ts:18


Generated using typedoc-plugin-markdown and TypeDoc