ggml_cpu_has_wasm_simd method

int ggml_cpu_has_wasm_simd()

Implementation

int ggml_cpu_has_wasm_simd() {
  return _ggml_cpu_has_wasm_simd();
}