Skeleton ruintime with new types

This commit is contained in:
Luke Parker
2025-02-26 14:16:04 -05:00
parent a2d558ee34
commit ee8b353132
15 changed files with 413 additions and 689 deletions

View File

@@ -11,8 +11,7 @@ RUN rm -rf /etc/apt/sources.list.d/debian.sources && \
RUN apt update && apt upgrade && apt install clang -y
# Add the wasm toolchain
RUN rustup component add rust-src
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add wasmv1-none
FROM deterministic