Skip to content
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

Add support for non-rust Wasm Modules #2

Open
afonsolage opened this issue Sep 24, 2022 · 0 comments
Open

Add support for non-rust Wasm Modules #2

afonsolage opened this issue Sep 24, 2022 · 0 comments

Comments

@afonsolage
Copy link
Owner

afonsolage commented Sep 24, 2022

Due to component model isn't stabilized yet I'll postpone adding support for non-rust wasm modules.

When using rust wasm modules, we can just import bevy and use their methods directly on assembly, which is faster, but produces bigger wasm modules, due to code duplication.

When component model is available, we may able to have a single core module with all exported bevy types and functions and link those types and functions which any new created modules, reducing code duplication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant