wasmer/lib/runtime-c-api
2019-02-27 17:20:49 -08:00
..
src Create a grow error and refactor grow impl to return result (#191) 2019-02-22 22:18:59 -08:00
tests Create a grow error and refactor grow impl to return result (#191) 2019-02-22 22:18:59 -08:00
build.rs Add include guard 2019-02-09 18:07:05 -06:00
Cargo.toml Updated version to 0.2.1 2019-02-27 17:20:49 -08:00
README.md Run cmake tests as part of a rust test 2019-02-02 20:16:53 -06:00
wasmer.h Add C API module_instantiate function 2019-02-20 23:08:23 -06:00
wasmer.hh Add C API module_instantiate function 2019-02-20 23:08:23 -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