Baruch Berger
Baruch Berger
I'm trying to use the render layer from OSX, using version `Base59587`. The game is rendering differently to when I just render feature layers, dividing the space of the screen...
I'm trying to decompress a jxl encoded file in the browser and am following the examples from the [tests](https://github.com/libjxl/libjxl/blob/43d1a60af7c4892f764bbbecbf50828c6583d3c6/tools/wasm_demo/jxl_decoder_test.js#L122) and [client_worker.js](https://github.com/libjxl/libjxl/blob/43d1a60af7c4892f764bbbecbf50828c6583d3c6/tools/wasm_demo/client_worker.js#L6) Most functions from the module work, but `_jxlDecompress` results...