Optional ReadonlywasmAlready-fetched wasm module bytes to instantiate directly (no network fetch); the highest-precedence source. Use in Node/Bun or to reuse a cached download.
Optional ReadonlywasmAbsolute or page-relative URL of the turbolepcc_wasm_bg.wasm file to fetch
and instantiate. Overridden by wasmBytes when both are set.
Where this codec's decoder
.wasmcomes from when the build default is not usable — e.g. inside a Web Worker, or in Node/Bun, where the package sibling file cannot be auto-resolved. Pass as LepccDecoderOptions.wasmInit (and the I3S decoder options).Remarks
The full SDK-wide wasm-asset precedence is documented once on core's
BitruviusConfig. For this codec, highest first: wasmBytes, then wasmUrl, then the globalconfigure({ wasmBaseUrl })base joined withturbolepcc_wasm_bg.wasm(seeconfiguredWasmUrl), then the bundler-/ CDN-resolved sibling default.