# itkwasm-bindgen-interface-types-test-wasi

[![PyPI version](https://badge.fury.io/py/itkwasm-bindgen-interface-types-test-wasi.svg)](https://badge.fury.io/py/itkwasm-bindgen-interface-types-test-wasi)

Exercise interface types for bindgen WASI implementation.

This package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-bindgen-interface-types-test`](https://pypi.org/project/itkwasm-bindgen-interface-types-test/) instead.


## Installation

```sh
pip install itkwasm-bindgen-interface-types-test-wasi
```

## Development

```sh
pip install pytest
pip install -e .
pytest

# or
pip install hatch
hatch run test
```
