mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
Test decentralized
This commit is contained in:
@@ -46,7 +46,11 @@ RUN git clone --recurse-submodules https://github.com/WebAssembly/wabt.git && \
|
||||
RUN mkdir -p /wasi-runtimes
|
||||
|
||||
ENV WASMTIME_HOME=/wasi-runtimes/wasmtime
|
||||
RUN mkdir -p ${WASMTIME_HOME} && curl https://wasmtime.dev/install.sh -sSf | bash
|
||||
# Pinned below v47.0.0: that release removes wasi-threads/wasi-common support
|
||||
# entirely (see https://github.com/bytecodealliance/rfcs/pull/47), which
|
||||
# wasmtime-pwd-threads.sh and the wasi-threads images below depend on.
|
||||
ENV WASMTIME_VERSION=v46.0.1
|
||||
RUN mkdir -p ${WASMTIME_HOME} && curl https://wasmtime.dev/install.sh -sSf | bash -s -- --version ${WASMTIME_VERSION}
|
||||
COPY imagefiles/wasmtime-pwd.sh ${WASMTIME_HOME}/bin/
|
||||
COPY imagefiles/wasmtime-pwd-threads.sh ${WASMTIME_HOME}/bin/
|
||||
ENV PATH="$WASMTIME_HOME/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user