mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-17 01:28:44 +00:00
doc(c-api) Build the new Wasm C API.
This commit is contained in:
2
Makefile
2
Makefile
@@ -90,6 +90,8 @@ build-docs:
|
|||||||
|
|
||||||
build-docs-capi:
|
build-docs-capi:
|
||||||
cd lib/c-api/ && doxygen doxyfile
|
cd lib/c-api/ && doxygen doxyfile
|
||||||
|
RUSTDOCFLAGS="" \
|
||||||
|
cargo doc --manifest-path lib/c-api/Cargo.toml --no-deps --features wat,jit,object-file,cranelift,wasi
|
||||||
|
|
||||||
# We use cranelift as the default backend for the capi for now
|
# We use cranelift as the default backend for the capi for now
|
||||||
build-capi: build-capi-cranelift-jit
|
build-capi: build-capi-cranelift-jit
|
||||||
|
|||||||
0
lib/c-api/doc/wasm_c_api/.empty
Normal file
0
lib/c-api/doc/wasm_c_api/.empty
Normal file
Reference in New Issue
Block a user