entropy-programs-runtime 0.9.0

Webassembly runtime for running Entropy programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "entropy-programs-runtime"
version = "0.9.0"
authors = ["Entropy Cryptography <engineering@entropy.xyz>"]
description = "Webassembly runtime for running Entropy programs"
homepage = "https://entropy.xyz/"
license = "AGPL-3.0-or-later"
repository = "https://github.com/entropyxyz/programs"
edition = "2021"

[dependencies]
wasmtime = { version = "12.0.1", features = ["component-model"] }
entropy-programs-core = { version = "0.9.0", path = "../core" }
thiserror = "1.0.47"

[dev-dependencies]
blake3 = "1.5.0"