Expand description
WIT code generation root for Momento Functions
This crate is an internal library for generating Momento Functions webassembly bindings. It is not intended for use by end users, and may be materially changed at any time.
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
: Code generators for Functions.momento-functions-host
: Interfaces and tools for calling host interfaces.momento-functions-log
: Standardlog
adapter.