plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
plum-wasm-codegen/Cargo.toml
[package]
name = "plum-wasm-codegen"
version = "0.1.0"
edition = "2021"
[dependencies]
wasm-encoder = "0.220"
plum-core = { path = "../plum-core" }
plum-checker = { path = "../plum-checker" }
[dev-dependencies]
wasmparser = "0.220"
tree-sitter = "0.26"
tree-sitter-plum = { path = "../tooling/tree-sitter-plum" }
wasmtime = "47"