mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
GH-103065, GH-106704, GH-105253: Provide a Tools/wasm/wasi.py script to simplify doing a WASI build (GH-112473)
This commit is contained in:
parent
d4a6229afe
commit
37589d76bb
7 changed files with 377 additions and 81 deletions
|
|
@ -6,7 +6,7 @@ ENV WASI_SDK_VERSION=20
|
|||
ENV WASI_SDK_PATH=/opt/wasi-sdk
|
||||
|
||||
ENV WASMTIME_HOME=/opt/wasmtime
|
||||
ENV WASMTIME_VERSION=9.0.1
|
||||
ENV WASMTIME_VERSION=14.0.4
|
||||
ENV WASMTIME_CPU_ARCH=x86_64
|
||||
|
||||
RUN dnf -y --nodocs --setopt=install_weak_deps=False install /usr/bin/{blurb,clang,curl,git,ln,tar,xz} 'dnf-command(builddep)' && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue