Todd Fleming
Todd Fleming
Odd. I just pulled it up on Chrome 66.0.3359.139, 64 bit, Windows 10, and it worked. Failed to fetch could have been from a network glitch.
See if anything appears on your console: ctrl+shift+i
Chrome: there should be a network tab on the console. Click it then reload the page. You'll get a long list of entries that looks like this:  Since there's...
I suspect there's a firewall or ISP blocking .wasm files.
Correction: proxy or ISP
Good suggestion.
api changed. I haven’t had time available to update cib in several months.
> is this using emscripten with the LLVM wasm backend Yes. > Might be worth adding a build step to run binaryen's optimizer, then. Sounds good.
Here's what it currently uses: * ```-DCMAKE_BUILD_TYPE=Release``` to build llvm's ```*.a``` * ```-DCMAKE_BUILD_TYPE=Debug``` to build the final executable. ```Release``` crashes during build.
It's now down to 43M.