plum

#treesitter#compiler#wasm

git clone https://git.pyrossh.dev/plum

A statically typed, imperative programming language inspired by rust, python


plum-wasm-codegen/Cargo.toml
1daab8d 1
[package]
1daab8d 2
name = "plum-wasm-codegen"
1daab8d 3
version = "0.1.0"
1daab8d 4
edition = "2021"
1daab8d 5
1daab8d 6
[dependencies]
1daab8d 7
wasm-encoder = "0.220"
1daab8d 8
plum-core = { path = "../plum-core" }
5d8ada1 9
plum-checker = { path = "../plum-checker" }
1daab8d 10
1daab8d 11
[dev-dependencies]
1daab8d 12
wasmparser = "0.220"
bb8ca38 13
tree-sitter = "0.26"
bb8ca38 14
tree-sitter-plum = { path = "../tooling/tree-sitter-plum" }
0e39618 15
wasmtime = "47"