Options
All
  • Public
  • Public/Protected
  • All
Menu

Helper class for detecting WebAssembly SIMD support

Hierarchy

  • SimdHelper

Index

Methods

Static supportsWasmSIMD

  • supportsWasmSIMD(): boolean
  • Detects whether the current browser supports WebAssembly SIMD instructions. This code is run once and the result is cached. If your browser supports Wasm SIMD then all following calls will return true

    See also SciChartDefaults.useWasmSimd to globally enable or disable Wasm simd support in SciChart.js

    Returns boolean

    true if WASM SIMD is supported, false otherwise

Generated using TypeDoc