-
Notifications
You must be signed in to change notification settings - Fork 94
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
Wasm support #84
Comments
Hi @LeXXik ! Thanks for using the library! |
Oh, nothing, of course :) Except one would need to set up Emscripten on their machine and then compiling it. For the most web devs this is an uncharted territory. It would be nice, if the pre-compiled Wasm would already be available in the repo, so the devs could grab it directly. Something similar to Ammo.js repository for example, which is just a Bullet physics engine compiled to Wasm. Most of the web developers know how to consume Wasm, but could struggle setting up an environment for compiling. |
I see, thanks for clarifying! |
Consider adding a Wasm support (e.g. via Emscripten) so your awesomeness could be used on web.
The text was updated successfully, but these errors were encountered: