IoTone / llama-D

A llama-cpp port to Dlang. Work in progress
MIT License
1 stars 0 forks source link

Look into using importC #2

Open truedat101 opened 6 months ago

truedat101 commented 6 months ago

Per Ali , this is a good approach: https://dlang.org/spec/importc.html

kassane commented 4 months ago

The translated code has no attributes: @nogc, @system, nothrow...

ImportC issue https://issues.dlang.org/show_bug.cgi?id=23812