6 lines
142 B
Markdown
Raw Normal View History

2019-01-31 23:51:34 -06:00
# Wasmer Runtime C API
## Generating header files
1. `cargo install cbindgen`
2. `cbindgen lib/runtime-c-api/ -o lib/runtime-c-api/wasmer.h`