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§
Traits§
- Function
- The Function trait is the interface for runnable functions on Punch FaaS.