#run-time #programs #entropy #running #wasm-component

entropy-programs-runtime

Webassembly runtime for running Entropy programs

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

#550 in WebAssembly

Download history 358/week @ 2024-08-26 61/week @ 2024-09-02 320/week @ 2024-09-09 421/week @ 2024-09-16 513/week @ 2024-09-23 532/week @ 2024-09-30 173/week @ 2024-10-07 133/week @ 2024-10-14 405/week @ 2024-10-21 216/week @ 2024-10-28 191/week @ 2024-11-04 149/week @ 2024-11-11 16/week @ 2024-11-18 74/week @ 2024-11-25 361/week @ 2024-12-02 237/week @ 2024-12-09

688 downloads per month
Used in 2 crates (via entropy-tss)

AGPL-3.0-or-later

16KB
159 lines

entropy-programs-runtime

This contains the Wasm runtime for evaluaing, testing, and simulating programs as Wasm Components.

Running Tests

Before running the tests, you need to build the template-barebones and infinite-loop components. Be sure to have cargo component installed, and run cargo component build --release -p template-barebones -p infinite-loop --target wasm32-unknown-unknown. This will create the files needed for testing at target/wasm32-unknown-unknown/release/.


lib.rs:

Contains the Wasm runtime and related types for evaluating programs.

Dependencies

~34–49MB
~880K SLoC