// Copyright (c) 2025, `SciRS2` Team
//
// Licensed under the Apache License, Version 2.0
// (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
//
//! JIT (Just-In-Time) compilation support for the array protocol.
//!
//! This module provides JIT compilation support for array operations,
//! enabling runtime optimization of array expressions. It supports multiple
//! JIT backends (LLVM, Cranelift, WebAssembly) and provides a common interface
//! for JIT-enabled arrays.
/// Initializes the JIT system for the array protocol.