Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust and Emscripten toolchains
Artichoke requires the latest Rust to build, which is based on LLVM 11.0. Emscripten targets "top of tree" LLVM, which can introduce incompatibilities with the code generated by Rust's embedded LLVM. Accoridng to rust-lang/rust#75716, LLVM 11.0-based Rusts work best with emdsk 1.39.20, which is the Emscripten most close to when LLVM 11.0 branched off of main.
- Loading branch information