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

@@ -162,8 +162,7 @@ RUN apt install -y pkg-config clang
RUN apt install -y make protobuf-compiler
# Add the wasm toolchain
RUN rustup component add rust-src
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add wasmv1-none
{prelude}