-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library support for emsdk (WebAssembly) #679
Comments
To get the library to compile with emscripten (https://emscripten.org/index.html), Made the following changes Removed
|
I am happy to accept a PR as long as all the changes are wrapped into an |
Any update on this? |
Had forgotten about this. Thanks for pinging. |
Was looking into creating GDExtension bindings with the Godot engine using this library
Reference (https://github.com/godotengine/godot-cpp)
Different platforms that should be supported (https://github.com/godotengine/godot-cpp/blob/master/test/project/example.gdextension)
When trying to compile with emsdk (https://emscripten.org/index.html) for a Web release I get compile errors.
By looking at the CMake scripts have removed the
shared_library_*
files from compilation as well as removed theSharedLibrary
usage from theBehaviorTreeFactory::registerFromPlugin
API.According to me this was the only OS specific dependency of this project.
Questions
Additional Context
Current scons script
The text was updated successfully, but these errors were encountered: