Add first c test to test the C api

This commit is contained in:
Brandon Fish
2019-02-01 22:10:36 -06:00
parent 6f05146737
commit 62f7bb607e
8 changed files with 54 additions and 13 deletions

View File

@ -1,4 +1,8 @@
# Wasmer Runtime C API
## Generating header files
Run `make capi`
Run `make capi` from wasmer project root directory
## Running tests
`cmake . && make && make test` from runtime-c-api/tests directory
(TODO run this within a rust test)