The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
2 because the wasm build of arena_keeper_quick is broken in the worst way possible
It compiles just fine but crashes pretty much instantly. To make matter worse: Its the WASM build where this happens to: AKA, the one build that has pretty much no debug tools available, nor source maps and even console output isn't done in the usual way. As a result, I'm not even sure what line or even what file the error is coming from
The problem was with the rand crate. For some reason it now needed the stdweb feature enabled. I'm not sure what change I made that made that happen but oh well.