Skip to content

Commit

Permalink
Downgrade to wasmtime 0.36.0
Browse files Browse the repository at this point in the history
wasmtime 0.37.0 seems to have a much smaller call stack size. Several
test cases with deep recursion are crashing the runtime.

See: bytecodealliance/wasmtime#4214
  • Loading branch information
tiran committed Jun 3, 2022
1 parent 6f53b9f commit 0be7089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wasm/Dockerfile.emsdk3
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ RUN curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-$
&& mv /opt/wasi-sdk-${WASI_VERSION}.0 ${WASI_SDK_PATH}

# wasmtime
RUN curl https://wasmtime.dev/install.sh -sSf | bash
RUN curl https://wasmtime.dev/install.sh -sSf -o /root/install-wasmtime.sh && \
bash /root/install-wasmtime.sh --version v0.36.0

# wasix POSIX stubs, ctypes deps
RUN /root/install-wasix.sh
Expand Down

0 comments on commit 0be7089

Please sign in to comment.