julia
46716441 - Disable computed goto under emscripten

Commit
6 years ago
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.
Author
Parents
Loading