| tcc_output | R Documentation |
The high-level FFI creates callable in-memory wrappers, so only "memory"
output is supported. Executable and shared-library artifact output requires
the low-level tcc_state() and tcc_output_file() path and is rejected here
rather than returning dangling callable addresses.
tcc_output(ffi, output = "memory")
ffi |
A tcc_ffi object |
output |
Must be |
Updated tcc_ffi object (for chaining)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.