324 B
324 B
This is the portability layer where all primitives needed from the OS are defined.
prim.h: API definitionprim.c: Selects one ofprim-unix.c,prim-wasi.c, orprim-windows.cdepending on the host platform.
Note: still work in progress, there may be other places in the sources that still depend on OS ifdef's.