Expand description
Code generation helpers for Momento Functions
This crate generates Momento Functions webassembly bindings.
Functions use wasm32-unknown-unknown as the target architecture.
They use the WIT Component Model
to describe the ABI.
You are likely to be interested in the sibling crates:
momento-functions-host: Interfaces and tools for calling host interfaces.momento-functions-log: Standardlogadapter.