mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 05:31:32 +00:00
Add first c test to test the C api
This commit is contained in:
@ -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)
|
Reference in New Issue
Block a user