Some sites, such as Newgrounds, pass query parameters to the iframe running the game, like so:
<iframe src="https://example.com/path/to/game?session_id=x" />
I'd like to access those query parameters inside of DragonRuby.
I'd love to help out implementing this, but I'm new to WebAssembly and game programming in general. If anyone has any pointers I would greatly appreciate it.