For the complete documentation index, see llms.txt. This page is also available as Markdown.

βœ…FFI

FFI

Setup

Test file:

vm.ffi()

vm.ffi() lets you execute arbitrary command. For example, if we want to cat a file:

To run FFI, we must specify it in the terminal when doing forge test:

Last updated