wasmer/lib/runtime-c-api
2019-02-09 13:09:54 -06:00
..
src Update for merge from master 2019-02-09 13:09:54 -06:00
tests Add validate function and test 2019-02-05 00:01:01 -06:00
build.rs Also generate C++ bindings 2019-02-04 19:54:12 -06:00
Cargo.toml Add test to import function and call it 2019-02-02 17:43:59 -06:00
README.md Run cmake tests as part of a rust test 2019-02-02 20:16:53 -06:00
wasmer.h Add validate function and test 2019-02-05 00:01:01 -06:00
wasmer.hh Add validate function and test 2019-02-05 00:01:01 -06: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