mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 15:22:03 +00:00
Merge #760
760: Add Publish_Docs stage, make it push to a fake gh-pages branch for testing whenever master is updated. r=syrusakbary a=nlewycky bors r- Co-authored-by: Nick Lewycky <nick@wasmer.io> Co-authored-by: Syrus <me@syrusakbary.com> Co-authored-by: Azure Pipelines <azuredevops@microsoft.com>
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
<a href="https://crates.io/crates/wasmer-runtime-c-api">
|
||||
<img src="https://img.shields.io/crates/d/wasmer-runtime-c-api.svg?style=flat-square" alt="Number of downloads from crates.io">
|
||||
</a>
|
||||
<a href="https://docs.rs/wasmer-runtime-c-api">
|
||||
<img src="https://docs.rs/wasmer-runtime-c-api/badge.svg" alt="Read our API documentation">
|
||||
<a href="https://wasmerio.github.io/wasmer/c/runtime-c-api/">
|
||||
<img src="https://img.shields.io/badge/Docs-Wasmer%20C%20API-blue?style=flat-square" alt="Wasmer C API Documentation">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -38,6 +38,9 @@ crate, respectively [`wasmer.h`][wasmer_h] and
|
||||
up-to-date in this repository.
|
||||
The runtime shared library (so, dll, dylib) can also be downloaded in Wasmer [release page](https://github.com/wasmerio/wasmer/releases).
|
||||
|
||||
You can find the full C API documentation here:
|
||||
https://wasmerio.github.io/wasmer/c/runtime-c-api/
|
||||
|
||||
Here is a simple example to use the C API:
|
||||
|
||||
```c
|
||||
|
@@ -305,7 +305,7 @@ EXTERNAL_PAGES = YES
|
||||
CLASS_DIAGRAMS = YES
|
||||
DIA_PATH =
|
||||
HIDE_UNDOC_RELATIONS = YES
|
||||
HAVE_DOT = YES
|
||||
HAVE_DOT = NO
|
||||
DOT_NUM_THREADS = 0
|
||||
DOT_FONTNAME = Helvetica
|
||||
DOT_FONTSIZE = 10
|
||||
@@ -324,7 +324,7 @@ GRAPHICAL_HIERARCHY = YES
|
||||
DIRECTORY_GRAPH = YES
|
||||
DOT_IMAGE_FORMAT = svg
|
||||
INTERACTIVE_SVG = YES
|
||||
DOT_PATH =
|
||||
DOT_PATH = ${DOXYGEN_DOT_PATH}
|
||||
DOTFILE_DIRS =
|
||||
MSCFILE_DIRS =
|
||||
DIAFILE_DIRS =
|
||||
|
Reference in New Issue
Block a user