Hacker News new | ask | show | jobs
by astlouis44 5 days ago
Really exciting to see more games ported to WASM. For anyone interested, I just did a HN post detailing a port I spent the last 5 days on - Xonotic, an arena FPS. Includes a technical writeup too:

https://news.ycombinator.com/item?id=48428133

1 comments

This is super cool. Do you have any code up in a public repo that I could peek at? I've been working on and off on a static recompiler for playstation games, wasm was kind of my end goal.
Thanks man, feel free me to DM me on X if you'd like to discuss further, I am planning to push the code to a repo seeing as Xonotic is an OSS game and requires any changes to also be open sourced. And a Playstation recomp implemented in WASM is interesting to think about!

X link: https://x.com/AlexStLouis10

Heads up: GPLv3 dictates you deliver the source once you distribute the compiled code to someone else, not just that you plan to some time in the future.