Expand description
Code generation helpers for Momento Functions
This crate generates Momento Functions webassembly bindings.
Functions use wasm32-wasip2
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
: Standardlog
adapter.