βœ…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

Was this helpful?