Crate momento_functions_wit

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

Modulesยง

function_spawn
function_web
host