pub fn build(backend: Backend, src: impl AsRef<Path>, dest: impl AsRef<Path>)Expand description
Generate the bindings and link the Futhark C code
backend selects the backend to use when generating C code: futhark $backend --lib
src is the full path to your Futhark code
dest is expected to be a relative path that will
be appended to $OUT_DIR