Crates.io | entropy-programs-core |
lib.rs | entropy-programs-core |
version | 0.10.0 |
source | src |
created_at | 2024-01-05 08:42:05.267685 |
updated_at | 2024-04-26 15:42:26.052763 |
description | Core traits and types for building programs on the Entropy network. |
homepage | https://entropy.xyz/ |
repository | https://github.com/entropyxyz/programs |
max_upload_size | |
id | 1089451 |
size | 9,330 |
entropy-programs-core
This contains core traits and types for writing modular programs code, including programs, runtimes, architectures (for writing architecture-agnostic programs and dynamic parsing) and signature-request interfaces.
.wit
User applications can generate and use the required WITs in two ways:
cargo component
- prefered, since this doesn't require the user to build the wasm-component manually;entropy-programs-core
via wit-bindgen
- this is a fallback for when cargo component
is not available.