Golang on PSP (and other languages)

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. gopherjs

    A compiler from Go to JavaScript for running Go code in a browser

    I decided to try using Golang on the PSP and explored several approaches, including porting Clang, using TinyGo, and compiling Golang to JavaScript with GopherJS. Then, I came across a user named aethiopicuschan on the PSP homebrew Discord, who was attempting the same goal using WebAssembly. His example worked on PPSSPP but not on actual hardware.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Wasm-on-PSP-Demo

    a proof of concept of running Wasm programming languages on the psp

    After hours of tinkering with CMake, I managed to create a working example using TinyGo and targeting WASI. I also wrapped a raylib function, InitWindow (the psp has a raylib port by the way), with the goal of porting raylib-go bindings to this WASM-to-C platform. The example successfully binds the C InitWindow function to the compiled WASM code.

  4. raylib4Psp

    raylib4Psp

    After hours of tinkering with CMake, I managed to create a working example using TinyGo and targeting WASI. I also wrapped a raylib function, InitWindow (the psp has a raylib port by the way), with the goal of porting raylib-go bindings to this WASM-to-C platform. The example successfully binds the C InitWindow function to the compiled WASM code.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Cum arata piata pentru Go in tara si in strainatate?

    1 project | /r/programare | 18 Jun 2023
  • GopherJS now supports Go 1.18! 🥳

    1 project | /r/u_Little-Ad-4734 | 25 Aug 2022
  • GopherJS now supports Go 1.18! 🥳

    1 project | /r/gopherjs | 25 Aug 2022
  • GopherJS now supports Go 1.18! 🥳

    2 projects | /r/golang | 25 Aug 2022
  • Has anyone created a dApp that interacts with browser wallets?

    1 project | /r/golang | 12 Jan 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?