Skip to content

Commit

Permalink
Update Rust and Emscripten toolchains
Browse files Browse the repository at this point in the history
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
lopopolo committed Nov 28, 2020
1 parent 8fdfd4b commit 39d49fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emscripten-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.39.8-upstream
1.39.20-upstream
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.0
1.48.0

0 comments on commit 39d49fd

Please sign in to comment.