Shared constants and types describing QuickJS wasm build artifacts. This package is used by both `@blue-quickjs/quickjs-wasm` and `@blue-quickjs/quickjs-wasm-build`.
npm install @blue-quickjs/quickjs-wasm-constantsShared constants and types describing QuickJS wasm build artifacts. This package is used by both @blue-quickjs/quickjs-wasm and @blue-quickjs/quickjs-wasm-build.
``ts``
import {
QUICKJS_WASM_BASENAME,
type QuickjsWasmBuildMetadata,
} from '@blue-quickjs/quickjs-wasm-constants';