utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
372 stars 42 forks source link

🚧 [WIP] FMOD web support (HTML5) #210

Open bitbrain opened 3 months ago

bitbrain commented 3 months ago

Screenshot 2024-04-06 133323


Closes #50

This PR aims to add support for web support via wasm.

Todo

Known issues

bitbrain commented 3 months ago

This builds fine and GDExtension seems to load in Chrome (Firefox still does not work), but then it fails due to memory issues in the browser:

Screenshot 2024-04-11 062838 Screenshot 2024-04-11 063207

2shady4u commented 3 months ago

Firefix also doesnt work for my SQLite plugin so I assume the issue with Firefox not working is on the side of godot-cpp itself.