WebNN-native is a native implementation of the Web Neural Network API. It provides several building blocks: WebNN C/C++ headers that applications and other building blocks use. The webnn.h that is an one-to-one mapping with the WebNN IDL. A C++ wrapper for the webnn.h Backend implementations that use platforms’ ML APIs: DirectML on Windows 10 OpenVINO on Windows 10 and Linux oneDNN on Windows 10 and Linux XNNPACK on Windows 10 and Linux Other backends are to be added