summary refs log tree commit diff stats
path: root/tests/vm/tevalffi.nim
Commit message (Collapse)AuthorAgeFilesLines
* disable compile-time FFI supportAndreas Rumpf2019-02-231-1/+1
|
* FFI at CT (#10150)Timothee Cour2019-02-231-0/+81
* enable FFI at CT * rename useFFI=>nimHasLibFFI; improve formatting rawExecute traceCode * disable libffi on windows (works for win32, not yet win64)