Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formalsec/collections-c

Gillian's Collections-C Symbolic Test Suite in Wasm
https://github.com/formalsec/collections-c

Last synced: 24 days ago
JSON representation

Gillian's Collections-C Symbolic Test Suite in Wasm

Awesome Lists containing this project

README

        

# Collections-C

Gillian's Collections-C Symbolic Test Suite in Wasm

## Built from source

Sources come pre-compiled in the directory `_build`.

To build from source one must:
- Install the dependencies: `llvm`, `clang`, `lld`, `wabt`
- Then, build using `make`:

```sh
make -j4
```