Hi guys, I had some questions related to the built in system.
Why on codeberg do I see that you need to have a cmake ?
So it doesn’t have yet his own cmake written zig right.
The built in system is hidden ?
Hi guys, I had some questions related to the built in system.
Why on codeberg do I see that you need to have a cmake ?
So it doesn’t have yet his own cmake written zig right.
The built in system is hidden ?
Do you mean build system? The CMakeLists.txt is there to bootstrap zig starting from a C compiler and the WASM blob in the repo. The full build system is the top-level build.zig which requires an existing zig to use (the CMake bootstrap runs this with the intermediate Zig artifacts built during the bootstrap process).