Skip to content

Releases: wasvy-org/wasvy

Dynamic Resources

07 Feb 16:29

Choose a tag to compare

⚠️ Warning ⚠️ See this before developing your own mods: #40

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

24 Jan 18:28

Choose a tag to compare

⚠️ Warning ⚠️ See this before developing your own mods: #40

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

04 May 22:18

Choose a tag to compare

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

03 May 23:04

Choose a tag to compare

0.0.2

Last polishing