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
1,325 downloads per month
Used in 3 crates
(via entropy-programs-runtime)
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:
cargo component- prefered, since this doesn't require the user to build the wasm-component manually;- reexported from
entropy-programs-coreviawit-bindgen- this is a fallback for whencargo componentis not available.
Dependencies
~5.5MB
~124K SLoC