Per-decoder override for where the SPZ decoder .wasm is loaded from. Both fields
are optional; when neither is set the loader falls back to the SDK-configured
wasmBaseUrl then the bundler-resolved sibling file. The full precedence is
documented once on @bitruvius/geo-core's BitruviusConfig.
Remarks
Typically only needed in Node/Bun (no bundler asset resolution) or for a
cross-origin CDN bundle. The cross-origin pattern is to fetch the bytes on the main
thread and pass wasmBytes.
Per-decoder override for where the SPZ decoder
.wasmis loaded from. Both fields are optional; when neither is set the loader falls back to the SDK-configuredwasmBaseUrlthen the bundler-resolved sibling file. The full precedence is documented once on@bitruvius/geo-core'sBitruviusConfig.Remarks
Typically only needed in Node/Bun (no bundler asset resolution) or for a cross-origin CDN bundle. The cross-origin pattern is to fetch the bytes on the main thread and pass
wasmBytes.