wasmer/lib/runtime-c-api
Ivan Enderlin 59de57e075 fix(runtime-c-api) Fix Clippy notes.
This patch fixes warnings raised by Clippy.
2019-03-05 10:07:08 +01:00
..
2019-03-05 10:07:08 +01:00
2019-02-09 18:07:05 -06:00
2019-02-27 17:20:49 -08:00

Wasmer Runtime C API

Generating header files

Run make capi from wasmer project root directory

Running tests

The tests can be run via cargo test, E.g. cargo test -p wasmer-runtime-c-api -- --nocapture

Running manually cmake . && make && make test from the lib/runtime-c-api/tests directory