wasmer/lib/runtime-c-api/README.md

11 lines
312 B
Markdown
Raw Normal View History

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