Compiling a Go program into a native binary for Nintendo Switch™ ↦
Previously, we compiled a Go program into a WebAssembly and then converted it into C++ files to make it run on Nintendo Switch. Now, I have succeeded in compiling a Go program into a native binary for Nintendo Switch, and also running a game there. I replaced system calls with C function calls using the
-overlay
option.
Discussion
Sign in or Join to comment or subscribe