arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Functions

Function to Function calls

The Functions capability allows WASM functions to call other WASM functions. Unlike other callback capabilities, functions must register within the routes configuration within the tarmac.json configuration file.

hashtag
Function

_, err := wapc.HostCall("tarmac", "function", "function-name", []byte("Input to Function"))

hashtag
Interface Details

Namespace
Capability
Function
Input
Output

tarmac

function

Function Name

Input Data

Function Output Data