Skip to content

Commit

Permalink
Create a symbolic link for wasm-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jun 9, 2021
1 parent 5315a95 commit 14fe8d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/wasm32-wasi/Dockerfile
Expand Up @@ -26,6 +26,7 @@ ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
COPY docker/wasm32-wasi/clang.sh /wasi-libc/bin/clang

RUN apt-get install -y --no-install-recommends lld
RUN ln -s /usr/bin/wasm-ld-10 /usr/bin/wasm-ld
ENV PATH=$PATH:/usr/lib/llvm-9/bin

# Of note here is our clang wrapper which just executes a normal clang
Expand Down

0 comments on commit 14fe8d4

Please sign in to comment.