William Archbell
William Archbell
I root caused this to the .wasm artifact that is generated now gets put under the /target/deps/ folder whereas previously it was just under /target/. This causes it to be...
It looks like for emscripten you will also need this change: https://github.com/koute/cargo-web/pull/244 There are several assumptions around not dealing with .wasm files under the deps folder for cdylib crates. I...
I ended up working around this with a transparent new type for vector. There may be a simpler way to push this in to the core saveload functionality. I had...
@TheRealHnefi yes - unfortunately that's the case. Here's a snippet of the code I use for some of the containers. It's not perfect as if you end up with entities...
Yes - you're free to do whatever you want with the code. You can use it as public domain.
I root caused this to the .wasm artifact that is generated now gets put under the /target/deps/ folder whereas previously it was just under /target/. This causes it to be...
@shanemadden do you want to close this now that @daboross or leave it open for when cargo web fixes the upstream issue?