binji / binjgb

Gameboy emulator implemented in C, that also runs in the browser
https://binji.github.io/binjgb/
MIT License
534 stars 61 forks source link

Export _free() #51

Closed surma closed 11 months ago

surma commented 11 months ago

👋

Simple but effective!

binji commented 11 months ago

Weird, I wonder if emscripten used to export this automatically... since I noticed I was calling it before. But now it clearly crashes when you try to call _free()! Anyway, thanks :-)