R/ffi.R
tcc_output.Rd
Set output type for FFI compilation
tcc_output(ffi, output = c("memory", "dll", "exe"))
A tcc_ffi object
One of "memory", "dll", "exe"
Updated tcc_ffi object (for chaining)