12345678910 |
- [package]
- name = "btrun-wasm"
- version = "0.1.0"
- edition = "2021"
- description = "An actor runtime for Blocktree."
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- wasmtime = { git = "https://github.com/bytecodealliance/wasmtime.git", tag = "dev", features = ["component-model"] }
|