Run make capi from wasmer project root directory
make capi
The tests can be run via cargo test, E.g. cargo test -p wasmer-runtime-c-api -- --nocapture
cargo test
cargo test -p wasmer-runtime-c-api -- --nocapture
Running manually cmake . && make && make test from the lib/runtime-c-api/tests directory
cmake . && make && make test
lib/runtime-c-api/tests