#wit-bindgen #core-traits #and #architecture #type

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

#11 in #core-traits

Download history 2/week @ 2025-09-22 9/week @ 2025-09-29 7/week @ 2025-10-13 16/week @ 2025-10-20 3/week @ 2025-10-27

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

AGPL-3.0-or-later

9KB
54 lines

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


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.

Dependencies

~5.5MB
~124K SLoC