I recently was messing with a Unity web player game, which was sent to my browser via brotli compression and I needed to decompress it to get the webplayer files. I used this little tutorial to download the correct utility to decompress it:
https://textslashplain.com/2015/09/10/brotli/
Then I needed to decode the web assembly and I used this
https://github.com/athre0z/wasm
Maybe this information will be helpful to anyone who runs into a similar situation
https://textslashplain.com/2015/09/10/brotli/
Then I needed to decode the web assembly and I used this
https://github.com/athre0z/wasm
Maybe this information will be helpful to anyone who runs into a similar situation