Goal: built iree-opt through emscripten to run it interactively from documentation websites.
See also: https://gist.github.com/ScottTodd/f30d9d26254de82648de37d5ed445cbc (mlir-opt through emscripten)
References:
- Install
emsdk
: https://emscripten.org/docs/getting_started/downloads.html - Read https://emscripten.org/docs/compiling/Building-Projects.html
- LLVM cross compilation: https://llvm.org/docs/HowToCrossCompileLLVM.html
- LLVM CMake options: https://llvm.org/docs/CMake.html