[comment]: <> "LTeX: language=fr"
# 25-TB-Wasm-instrumentation

This project defines a utility inspired by [COJAC](https://github.com/Cojac/Cojac) and [COWAC](https://gitlab.forge.hefr.ch/frederic.bapst/25-ps-5-web-assembly). Its purpose is to instrument WASM code to measure and alter the arithmetic behaviour of a WASM module.

## Index

[Index](./docs/index.md)

## Coding style

The coding style of the project is enforced using [ESLint](https://eslint.org/) and [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc).

To install npm dependencies :

```bash
npm install
```

To run ESLint :

```
npx eslint
```

