coil-wasm 0.1.1

WASM extension runtime and host APIs for the Coil framework.
Documentation
1
2
3
4
5
6
7
8
9
mod abi;
mod cache;
mod json_ld;
mod metadata;

pub use abi::{TypedExecutionOutput, TypedResponseBody};
pub use cache::{CacheVisibility, TypedCacheHint};
pub use json_ld::{JsonLdNode, JsonLdValue, RobotsDirective};
pub use metadata::TypedMetadata;