Katelyn Gadd
                                            Katelyn Gadd
                                        
                                    Here's a fix: https://gist.github.com/3650351
Hi, I'm also having trouble with this. When I include the no images version in Chrome, I get a script error (about a token not being defined) that stops it...
See the [README](https://github.com/WebAssembly/ilwasm/blob/master/README.md) I forgot to commit until now... The goal was to get some real-world application/application-ish test cases together while LLVM is still in the works. I'm planning to...
Deleting input.conf fixed it, thanks. Not sure if this is something that could be fixed in mpv.net
Yeah, or an 'your input.conf is outdated' message in the settings window or somewhere else, based on some sort of special comment in the .conf file that changes with each...
A client sponsored some recent work on MonoGame & SDL2 (via p/invoke and emscripten) integration for JSIL that is almost ready to merge. I'll try to remember to mention that...
At some point you'll be able to use WebAssembly with compilers like JSIL and GWT, hopefully. It's on the long-term agenda.
The initial monogame work is almost complete (been doing it in my spare time and paying out of pocket since the sponsor bailed), so I'll have a demo & some...
Here's the working demo. http://hildr.luminance.org/SampleFNA/ https://github.com/sq/SampleFNA It's using FNA instead of trunk MonoGame, because FNA's use of SDL2 as its single backend made the initial port easier. The general approach...
Last time I tested it, IE's OpenGL support was too old, check the error console. If it's something other than GL support I can fix it. FWIW, that is a...