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
1,366 downloads per month
Used in 3 crates
(via entropy-programs-runtime)
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:
cargo component
- prefered, since this doesn't require the user to build the wasm-component manually;- reexported from
entropy-programs-core
viawit-bindgen
- this is a fallback for whencargo component
is not available.
lib.rs
:
This supports core traits and types for supporting new architectures and programs, and interfacing with them.
Dependencies
~3.5–5MB
~117K SLoC