UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

27 lines (17 loc) 674 B
# 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 ```