Skip to content

Commit 5bfa720

Browse files
authored
Merge pull request #17 from squillace/0.14.0
update to hl,hl-wasm 0.14.0; devcontainer gets libc; rust to 1.94
2 parents 63696dd + 99ba309 commit 5bfa720

6 files changed

Lines changed: 846 additions & 103 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update \
1717
gdb \
1818
git \
1919
gnupg \
20+
libc6 \
2021
lsb-release \
2122
make \
2223
pkg-config \
@@ -53,7 +54,7 @@ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhisto
5354

5455
USER $USER
5556

56-
ARG RUST_TOOLCHAIN=1.89
57+
ARG RUST_TOOLCHAIN=1.94
5758

5859
# Install rust
5960
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
@@ -66,5 +67,5 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
6667
&& cargo install just \
6768
&& cargo install cargo-component \
6869
&& cargo install cargo-hyperlight \
69-
&& cargo install hyperlight-wasm-aot --locked --version 0.12.0 \
70+
&& cargo install hyperlight-wasm-aot --locked --version 0.14.0 \
7071
&& cargo install wasmtime-cli --locked --version 36.0.6

0 commit comments

Comments
 (0)