Skip to contents

Set output type for FFI compilation

Usage

tcc_output(ffi, output = c("memory", "dll", "exe"))

Arguments

ffi

A tcc_ffi object

output

One of "memory", "dll", "exe"

Value

Updated tcc_ffi object (for chaining)