mkxp-z/binding-sandbox
刘皓 fac72be163
Fix a second Ruby memory leak
Okay, I think that fixes all the memory leaks. Finally! I'll submit a
pull request to Ruby to fix both of the memory leaks.
2025-03-27 00:28:37 -04:00
..
audio-binding.h Replace WABT's WebAssembly runtime with a custom implementation 2025-02-11 20:40:55 -05:00
binding-base.cpp Don't make sandbox_malloc into a coroutine 2025-03-18 13:49:41 -04:00
binding-base.h Improve the stack frame guard implementation in libretro builds 2025-03-25 00:30:54 -04:00
binding-sandbox.h Replace WABT's WebAssembly runtime with a custom implementation 2025-02-11 20:40:55 -05:00
binding-util.cpp Start writing class/method stubs for binding-sandbox 2025-01-21 12:56:17 -05:00
binding-util.h Don't make sandbox_malloc into a coroutine 2025-03-18 13:49:41 -04:00
bitmap-binding.h Fix Bitmap.blt and Bitmap.stretch_blt in libretro builds 2025-03-20 22:54:31 -04:00
core.h Start integrating libretro OpenGL graphics 2025-02-18 14:05:14 -05:00
etc-binding.h Fix clone method of Color, Tone and Rect in libretro builds 2025-03-20 19:38:38 -04:00
font-binding.h Don't make sandbox_malloc into a coroutine 2025-03-18 13:49:41 -04:00
graphics-binding.h Add Graphics.frame_count bindings in libretro builds 2025-03-20 21:29:22 -04:00
input-binding.h Add Graphics.frame_count bindings in libretro builds 2025-03-20 21:29:22 -04:00
plane-binding.h Implement flashable and viewport element bindings for libretro builds 2025-03-20 22:38:05 -04:00
sandbox.cpp Allow adjusting Ruby GC parameters in libretro builds 2025-03-21 11:56:45 -04:00
sandbox.h Don't make sandbox_malloc into a coroutine 2025-03-18 13:49:41 -04:00
sprite-binding.h Fix typo in libretro flashable bindings 2025-03-22 11:52:44 -04:00
table-binding.h Complete the table bindings for binding-sandbox 2025-03-18 18:49:34 -04:00
tilemap-binding.h Fix tilemap rendering in libretro builds 2025-03-18 18:26:20 -04:00
types.h Refactor the non-autogenerated parts of sandbox-bindgen into separate files 2025-02-05 01:11:23 -05:00
viewport-binding.h Fix typo in libretro flashable bindings 2025-03-22 11:52:44 -04:00
wasi.cpp Merge branch 'libretro-compat' into libretro 2025-03-03 12:08:13 -05:00
wasi.h Replace WABT's WebAssembly runtime with a custom implementation 2025-02-11 20:40:55 -05:00
wasm-rt.cpp Fix a second Ruby memory leak 2025-03-27 00:28:37 -04:00
wasm-rt.h Rename wasm-rt symbols to reduce probability of symbol conflicts with libretro frontend 2025-03-02 13:49:19 -05:00
window-binding.h Implement flashable and viewport element bindings for libretro builds 2025-03-20 22:38:05 -04:00