Always use SIMD-enabled WebAssembly binaries. You must serve scichart2d.wasm, scichart3d.wasm (if using 3D charts).
Automatically detect SIMD support and choose the appropriate binary. You must serve both scichart2d.wasm and scichart2d-nosimd.wasm, scichart3d.wasm and scichart3d-nosimd.wasm (if using 3D charts).
Never use SIMD, always use fallback WebAssembly binaries. You must serve scichart2d-nosimd.wasm, scichart3d-nosimd.wasm (if using 3D charts).
Generated using TypeDoc
Defines how WebAssembly SIMD should be used by SciChart See SciChartDefaults.useWasmSimd for usage