Yanislav Galyov

Results 4 comments of Yanislav Galyov

Ok, I fixed it by changing code in test.js from: ```js class CustomHex extends defineHex() { static create(coordinates, _key) { const hex = new CustomHex(coordinates); hex._key = _key; return hex;...

hello @MScholtes, any chance of a pre-release with the changes?

Works for me. Thanks Windows 11 Pro 23H2 22631.3085 Windows Feature Experience Pack 1000.22684.1000.0

Rustup was stuck in a corrupted state for reasons unknown. I resolved it with the following steps: ``` rustup uninstall stable rustup install stable rustup target add wasm32-unknown-unknown ``` Posting...