> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# __napiBindingTarget

> Which binding artifact the generated loader actually loaded: for a native addon, otherwise the of the WASI flavor.

Which binding artifact the generated loader actually loaded: `'native'` for
a native addon, otherwise the `platformArchABI` of the WASI flavor. Every
flavor napi-rs can build is listed, because `NAPI_RS_NATIVE_LIBRARY_PATH`
can point the loader at a WASI artifact this package does not build itself.

```typescript
const __napiBindingTarget: "native" | "wasm32-wasi" | "wasm32-wasip1"
```
