binji / binjgb

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

Export _free() #51

Closed surma closed 1 year ago

surma commented 1 year ago

👋

Simple but effective!

binji commented 1 year 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 :-)