coil-wasm 0.1.0

WASM extension runtime and host APIs for the Coil framework.
Documentation
mod artifact;
mod engine;
mod error;
mod grants;
pub mod host_api;
pub mod host_services;
mod ids;
mod invocation;
mod manifest;
mod output;
mod points;
mod registry;
mod validation;

pub use artifact::*;
pub use engine::*;
pub use error::*;
pub use grants::*;
pub use host_api::*;
pub use host_services::*;
pub use ids::*;
pub use invocation::*;
pub use manifest::*;
pub use output::*;
pub use points::*;
pub use registry::*;

#[cfg(test)]
mod tests;