Overrides for loading + initializing the vendored BVC decoder wasm.
Remarks
In the browser, leaving this empty lets the bundler fetch the wasm asset that
ships alongside the package (or the URL set via core's
configure``({ wasmBaseUrl }), resolved by configuredWasmUrl).
Supply wasmBytes or wasmUrl for Node/Bun, or any host where the asset can't
be auto-resolved (e.g. inside a worker, or a cross-origin CDN page). Resolution
precedence: wasmBytes → wasmUrl → the SDK-configured wasmBaseUrl → the
package-relative default. The module is a process singleton, initialized once.
Overrides for loading + initializing the vendored BVC decoder wasm.
Remarks
In the browser, leaving this empty lets the bundler fetch the wasm asset that ships alongside the package (or the URL set via core's
configure``({ wasmBaseUrl }), resolved byconfiguredWasmUrl). SupplywasmBytesorwasmUrlfor Node/Bun, or any host where the asset can't be auto-resolved (e.g. inside a worker, or a cross-origin CDN page). Resolution precedence:wasmBytes→wasmUrl→ the SDK-configuredwasmBaseUrl→ the package-relative default. The module is a process singleton, initialized once.