fengb / fundude

Gameboy emulator: Zig -> wasm
https://fengb.github.io/fundude/
MIT License
181 stars 8 forks source link

Load zip files directly #26

Open fengb opened 5 years ago

fengb commented 5 years ago

Many emulators do this already. Might as well give users what they expect.

fengb commented 5 years ago

Quick solution is simply do this in JS, but I think core should own this capability.