Variable: load

const load: GukhanmunFactory["load"]

Top-level entry point exported by both @gukhanmun/wasm and @gukhanmun/napi as a named export.

Equivalent to new GukhanmunFactory().load(options). Declared here so that code that import { load } from either implementation package type-checks against the same signature.