wasm-micro-runtime/.github
Maks Litskevich 0b2313f6f8
Add tsan for fast interp and aot (#2679)
To run it locally:
```bash
export TSAN_OPTIONS=suppressions=<path_to_tsan_suppressions.txt>
./test_wamr.sh <your flags> -T tsan
```

An example for wasi-threads would look like:
```bash
export TSAN_OPTIONS=suppressions=<path_to_tsan_suppressions.txt>
./test_wamr.sh -w -s wasi_certification -t fast-interp -T tsan
```
2023-11-01 18:30:25 +08:00
..
scripts Update messages/comments to refer the new place of the version definition (#2133) 2023-04-18 21:09:18 +08:00
workflows Add tsan for fast interp and aot (#2679) 2023-11-01 18:30:25 +08:00