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

@@ -1,5 +1,5 @@
[toolchain]
channel = "1.81"
targets = ["wasm32-unknown-unknown"]
channel = "1.85"
targets = ["wasmv1-none"]
profile = "minimal"
components = ["rust-src", "rustfmt", "clippy"]
components = ["rustfmt", "clippy"]