Disable computed goto under emscripten
Computed goto is apparently supported using the fastcomp/LLVM -> asm.js -> wasm path,
but not the upstream LLVM -> wasm path (at least not at the moment). For now simply
always disable computed goto under Emscripten.