Releases: wasvy-org/wasvy
Dynamic Resources
This update adds the ability to invoke reflected methods on components defined in game via automatically generated wit! This is powered by Bevy's function reflection.
We have new examples demonstrating how to use the new macros to expose methods on components and generate bindings for them in Rust. See examples/guest_wit_example and examples/host_wit_example
Changelog: v0.0.6...v0.0.7
Entity commands and more
Implements the entity, query results, and common entity commands.
App no longer has a constructor, change your setup function to setup(app: App).
This version Changelog: 0.0.5...v0.0.6
- The message for the commit updating the version has a typo, it should be v0.0.6
Full changelog since last release: 0.0.3...v0.0.6
Support for host components
Previously Host components got wrapped in WasmComponent, which made it impossible to work with entities that the WASM guest spawned. This release fixes this issue :)
Full Changelog: 0.0.2...0.0.3
First working version
0.0.2 Last polishing