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

no-std entropy-programs-core

Core traits and types for building programs on the Entropy network

3 releases (breaking)

0.10.0 Apr 26, 2024
0.9.0 Apr 24, 2024
0.0.0 Jan 5, 2024

#27 in #wit-bindgen

Download history 184/week @ 2024-05-09 158/week @ 2024-05-16 186/week @ 2024-05-23 300/week @ 2024-05-30 207/week @ 2024-06-06 158/week @ 2024-06-13 435/week @ 2024-06-20 99/week @ 2024-06-27 115/week @ 2024-07-04 298/week @ 2024-07-11 235/week @ 2024-07-18 228/week @ 2024-07-25 284/week @ 2024-08-01 388/week @ 2024-08-08 342/week @ 2024-08-15 380/week @ 2024-08-22

1,448 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

~5.5MB
~148K SLoC