wasmer/lib/runtime-c-api
Ivan Enderlin d709191be1 doc(runtime-c-api) Declare the example as C, so that they are not tested.
Those examples contain C code. They must not be run by `rustdoc` as
tests.
2019-03-06 12:08:02 +01:00
..
src doc(runtime-c-api) Declare the example as C, so that they are not tested. 2019-03-06 12:08:02 +01:00
tests Fix C API table/global/memory imports 2019-03-02 22:28:00 -06:00
build.rs feat(runtime-c-api) Build: Copy the C header files from OUT_DIR to CARGO_MANIFEST_DIR. 2019-03-06 10:58:40 +01:00
Cargo.toml fix(runtime-c-api) Provide a link target. 2019-03-06 11:02:14 +01:00
README.md Run cmake tests as part of a rust test 2019-02-02 20:16:53 -06:00
wasmer.h doc(runtime-c-api) Declare the example as C, so that they are not tested. 2019-03-06 12:08:02 +01:00
wasmer.hh doc(runtime-c-api) Declare the example as C, so that they are not tested. 2019-03-06 12:08:02 +01: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