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

no-std entropy-programs-core

Core traits and types for building programs on the Entropy network

3 releases (breaking)

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

#33 in #wit-bindgen

Download history 5/week @ 2024-02-23 2/week @ 2024-03-01 13/week @ 2024-03-29 4/week @ 2024-04-05 161/week @ 2024-04-19

178 downloads per month
Used in 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

~4–5MB
~132K SLoC