Skip to content

Draft: embed JSNES

Alex Gleason requested to merge jsnes into develop

Screen_record_from_2021-03-17_16.02.20

Just a proof of concept to show it's possible to, eg, render a .NES file in a status. I had to disable CORs to make this work.

It lags pretty badly for most games, and it’s probably a security nightmare to just allow anyone to upload a binary file and then execute it unsandboxed, but it’s a proof of concept.

The code is adapted from jsnes-web and there's a ton of unused crap in it.

Merge request reports