Crate momento_functions

Source
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:

Macrosยง

post
Create a handler that accepts a post payload and returns a response.
spawn
Create a handler for a momento::host::spawn::spawn_function.