mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-20 18:10:52 +00:00
8 lines
220 B
Markdown
8 lines
220 B
Markdown
# Wasmer Runtime C API
|
|
|
|
## Generating header files
|
|
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) |