//! punch_api is the Punch WebAssembly public API.
//!
//! It consists of interfaces and a runtime glue allowing you to write wasm functions
//! able to run in the Punch FaaS.
//!
//! Learn more about the Punch : http://doc.punchplatform.com/
pub use Error;
pub use Function;
pub use run;
// extern functions
use ;