jaynus
jaynus
This adds a series of wasm-pack test cases for confirming legion works in wasm. No actual changes were made except for changing a few tests to `pub`, then adding the...
`fn insert` currently doesn't actually check for duplicate components being inserted for a given entity. In `debug_assertions`, this causes a already borrowed error. in Release, this causes UB. we should...
This seems possibly related to dtolnay/inventory#11. After upgrading to LLVM 9.0.1, it appears my registrations with the `inventory` crate, using `ctor`, have dissapeared. Reverting back to LLVM 8.0 resolves the...
# **Legion ECS Evolution** Following lengthy discussion on both Discord and the Amethyst Forum (most of which, including chat logs, can be found [here](https://community.amethyst.rs/t/legion-ecs-discussion/965/)), we propose with this RFC to...
This is using latest winit from github master. On Linux, with X11 (no wayland at all) - window manager is KDE. It appears due to some sort of changes I...
## Description Adds a few utility functions around debug information and changes instruction operand handling to support debug metadata, with some fixes to error messaging around value types too. ###...