Skip to content

Commit

Permalink
Download emscripten target from pyodide/rust-emscripten-wasm-eh-sysroot
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Feb 26, 2025
1 parent 2efe35d commit cdcb549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.envs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export PYODIDE_ABI_VERSION ?= 2025_0

export PYTHON_ARCHIVE_SHA256=73ac8fe780227bf371add8373c3079f42a0dc62deff8d612cd15a618082ab623

export RUST_TOOLCHAIN ?= nightly-2025-01-15
export RUST_EMSCRIPTEN_TARGET_URL ?= http://pyodide-cache.s3-website-us-east-1.amazonaws.com/rustc-emscripten-target/${RUST_TOOLCHAIN}.tar.bz2
export RUST_TOOLCHAIN ?= nightly-2025-02-01
export RUST_EMSCRIPTEN_TARGET_URL ?= https://github.com/pyodide/rust-emscripten-wasm-eh-sysroot/releases/download/emcc-${PYODIDE_EMSCRIPTEN_VERSION}_${RUST_TOOLCHAIN}/emcc-${PYODIDE_EMSCRIPTEN_VERSION}_${RUST_TOOLCHAIN}.tar.bz2
# I'm not really sure what this explicit -Z link-native-libraries=yes is for,
# `rustc -Z help` shows that `link-native-libraries=yes` is the default. But it
# seems to be necessary...
Expand Down

0 comments on commit cdcb549

Please sign in to comment.