Golang on PSP (and other languages)

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.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. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit 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