a2854ebfea
fix(c-api) Adjust cbindgen metadata for header files.
2020-10-01 21:20:13 +02:00
5ea1f1eb25
feat(c-api) Always generate _all_ C headers. Include the deprecated API per default.
2020-10-01 09:52:23 +02:00
f5a57b84e9
fix(c-api) Exclude non-standard WASI API from wasmer.h
.
2020-09-29 16:21:16 +02:00
cab0854d99
feat(c-api) Rename the include-deprecated
feature to deprecated
, and change strategy.
...
When `deprecated` is enabled, the `deprecated` module is included in
the crate.
When `deprecated` is enabled, **only** the `wasmer.h*` header files
will be generated.
When `deprecated` is disabled, **only** the `wasmer_wasm.h` header
file will be generated.
2020-09-29 16:04:25 +02:00
570b174fb5
fix(c-api) Polish deprecated API.
2020-09-28 15:45:52 +02:00
b59db4cee2
feat(c-api) wasmer_wasm.h
includes wasm.h
.
2020-09-28 14:52:27 +02:00
174b03f4e9
feat(c-api) Use our fork of cbindgen.
...
Our fork contains incoming PR. It helps for example to skip struct
fields.
2020-09-24 16:15:04 +02:00
3514988462
feat(c-api) Generate wasmer_wasm.h
automatically. First draft.
2020-09-22 16:54:22 +02:00
9e8b80c2f6
feat(c-api) Ensure Rust documentation is used as C's.
2020-09-22 13:18:18 +02:00
8c03da87a9
feat(c-api) Reorganize the build.rs
script.
2020-09-22 13:14:48 +02:00
b834714364
Rename runtime-c-api -> c-api
2020-05-08 12:59:44 -07:00