diku-dk / futhark

:boom::computer::boom: A data-parallel functional programming language
http://futhark-lang.org
ISC License
2.36k stars 165 forks source link

Generating manifest undocumented #2069

Closed dcz-self closed 6 months ago

dcz-self commented 6 months ago

The website mentions a manifest file describing the generated API https://futhark.readthedocs.io/en/stable/c-api.html#manifest but it's not explained how to generate one. Trying naively: futhark c rain/src/lib.fut, there are no .json files anywhere in the directory tree.