11 lines
312 B
Markdown
Raw Normal View History

2019-01-31 23:51:34 -06:00
# Wasmer Runtime C API
## Generating header files
2019-02-01 22:10:36 -06:00
Run `make capi` from wasmer project root directory
## Running tests
2019-02-02 20:16:53 -06:00
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