#Is this a bad idea?

1 messages · Page 1 of 1 (latest)

gusty panther
#

I have a module, that references itself

const kernel_libs = b.createModule(.{
     ...
    });
    kernel_libs.addImport("kernel", kernel_libs);
#

I basically want to have like a rust approach here wherein I can declare a lib.rs wherein i can reference everything from