| Crates.io | entropy-programs-core |
| lib.rs | entropy-programs-core |
| version | 0.11.0 |
| created_at | 2024-01-05 08:42:05.267685+00 |
| updated_at | 2024-12-03 07:46:28.981187+00 |
| 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,484 |
entropy-programs-coreThis 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.
.witUser 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.