- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 39
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 compile error with rhai #260
Comments
Hi yes WASM is not supported currently, and yes BMS core does depend on |
this is tracked under #166 |
I thought that issue pertains to mlua not having a wasm32-unknown-unknown target whilst this one is with rhai Is this an upstream issue with bevy_asset or file watcher? I think I'm missing something |
No you're right this is a different issue related to WASM support, what I mean is that this crate hasn't been tested against WASM at all, so I am lumping all of the issues together as a generic "compile for WASM" request.
It looks like yes, file watcher cannot be enabled while compiling to WASM. However if BMS is enabling that flag, I do not plan on tackling WASM compat until after re-working doc-gen features, unless someone else has a look |
FYI I was cleaning up bevy features, and looks like I'll be getting rid of that feature flag anyway in #316 |
Running
trunk serve
shows this doesn't seem to matter which features I use because I set default featuresfalse
anyway and only use therhai
feature. Does bevy_mod_scripting rely on this bevy_asset feature?The text was updated successfully, but these errors were encountered: