#programs #architecture #entropy #traits #type #parser #wit-bindgen

no-std entropy-programs-core

Core traits and types for building programs on the Entropy network

4 releases (breaking)

0.11.0 Dec 3, 2024
0.10.0 Apr 26, 2024
0.9.0 Apr 24, 2024
0.0.0 Jan 5, 2024

#27 in #wit-bindgen

Download history 213/week @ 2024-10-26 199/week @ 2024-11-02 155/week @ 2024-11-09 12/week @ 2024-11-16 75/week @ 2024-11-23 347/week @ 2024-11-30 245/week @ 2024-12-07 430/week @ 2024-12-14 4/week @ 2024-12-21 41/week @ 2024-12-28 138/week @ 2025-01-04 185/week @ 2025-01-11 239/week @ 2025-01-18 337/week @ 2025-01-25 196/week @ 2025-02-01 190/week @ 2025-02-08

1,000 downloads per month
Used in 3 crates (via entropy-programs-runtime)

AGPL-3.0-or-later

9KB
54 lines

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:

  1. cargo component - prefered, since this doesn't require the user to build the wasm-component manually;
  2. reexported from entropy-programs-core via wit-bindgen - this is a fallback for when cargo component is not available.

lib.rs:

This supports core traits and types for supporting new architectures and programs, and interfacing with them.

Dependencies

~5MB
~123K SLoC