This library provides build and runtime functions for running Zig applications on the Wii by utilizing the devkitPro toolchain.
You'll want to enable the debugging UI in Dolphin. so that you can see printing from std.debug.print
calls and make the log verbosity as high as possible.
- Knarkzel for their initial work on compiling Zig for the Wii via their zig-wii repositories, that's what this was based off of.