Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines how WebAssembly SIMD should be used by SciChart See SciChartDefaults.useWasmSimd for usage

Index

Enumeration members

Enumeration members

Always

Always: = "Always"

Always use SIMD-enabled WebAssembly binaries. You must serve scichart2d.wasm, scichart3d.wasm (if using 3D charts).

Auto

Auto: = "Auto"

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

Never: = "Never"

Never use SIMD, always use fallback WebAssembly binaries. You must serve scichart2d-nosimd.wasm, scichart3d-nosimd.wasm (if using 3D charts).

Generated using TypeDoc