Bulby
Bulby
Fixes #510
can't figure out how to call WASM functions that return a value. if you can do that you could remove the res_ptr arg. the user_data arg could also possibly be...
@nesbox done! nvm this actually breaks bc of pocketpy update. stopped building on my machine
@nesbox there is no longer a diff between pocketpy on this branch and main + it builds, so i think it's ready now
I know that it has limited RAM on purpose, the idea is that garbage collected languages tend to use more memory. Right now all languages except for WASM have unbounded...
closes #1507
sorry for the bad commit names. this is what I do when stuff DOESN'T WORK
I have a question about what format the buffer is supposed to be in. I assumed ABGR8888 because of LSBFirst, but is it RGBA8888?
updates ( i guess): window does now open, but no rendering skija won't actually bind to LayerGL for some reason??? it can't find the egl context : /. idk what...
I am not _using_ glx though. I'm using egl, which SHOULD work on wayland.