Crate punch_api

Source
Expand description

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/

Macros§

register
Register types implementing the Function trait.

Structs§

Error

Traits§

Function
The Function trait is the interface for runnable functions on Punch FaaS.

Functions§

run