momento_functions_wit/
function_spawn.rs

1wit_bindgen::generate!({
2    world: "momento:functions/spawn-function",
3    path: ["wit/host/", "wit/"],
4    generate_all,
5    default_bindings_module: "momento_functions_wit::function_spawn",
6    export_macro_name: "export_spawn_function",
7    pub_export_macro: true,
8});