entropy-programs-runtime 0.0.0

Wasm runtime for evaluating, testing and simulating Entropy Programs as Wasm Components
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "entropy-programs-runtime"
version = "0.0.0"
authors = ['Entropy Cryptography <engineering@entropy.xyz>']
homepage = 'https://entropy.xyz/'
description="Wasm runtime for evaluating, testing and simulating Entropy Programs as Wasm Components"
license = 'AGPL-3.0-or-later'
edition = "2021"
repository = 'https://github.com/entropyxyz/programs'
keywords = ["entropy"]

[dependencies]