This uses the *.wit files from hotg-ai/wit-files to declare a proc-block node's metadata. The idea is that our Forge UI will be able to take the generated WebAssembly modules, load them in the browser, then call the start() function to find out more about a specific proc-block.
This uses the
*.wit
files fromhotg-ai/wit-files
to declare a proc-block node's metadata. The idea is that our Forge UI will be able to take the generated WebAssembly modules, load them in the browser, then call thestart()
function to find out more about a specific proc-block.