`build.zig` improvements
Author: martinfouilleulCreated Jul 31, 2025Updated Jul 31, 2025
- Check that the installed zig toolchain is the correct version
- When
-Dsdk-pathis not specified, check that theorcatool is already installed in thePATHbefore doing all the build. - Building the wasm SDK with debug symbols by default (since apps can later strip it when linking)
Source: orca-app/orca