mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
6 lines
142 B
Markdown
6 lines
142 B
Markdown
# Wasmer Runtime C API
|
|
|
|
|
|
## Generating header files
|
|
1. `cargo install cbindgen`
|
|
2. `cbindgen lib/runtime-c-api/ -o lib/runtime-c-api/wasmer.h` |