Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 2.13 KB

File metadata and controls

40 lines (25 loc) · 2.13 KB

quickjs-emscripten@jitl/quickjs-singlefile-browser-debug-syncReadme | Exports


quickjs-emscripten / @jitl/quickjs-singlefile-browser-debug-sync

@jitl/quickjs-singlefile-browser-debug-sync

Contents

Variables

default

const default: QuickJSSyncVariant

@jitl/quickjs-singlefile-browser-debug-sync

Docs | Variant with the WASM data embedded into a browser ESModule.

Variable Setting Description
library quickjs The original bellard/quickjs library. Version 2024-02-14+36911f0d vendored to quickjs-emscripten on 2024-06-15.
releaseMode debug Enables assertions and memory sanitizers. Try to run your tests against debug variants, in addition to your preferred production variant, to catch more bugs.
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

Source

index.ts:18


Generated using typedoc-plugin-markdown and TypeDoc