#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

#553 in WebAssembly

Download history 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 421/week @ 2024-12-16 44/week @ 2024-12-30 144/week @ 2025-01-06 175/week @ 2025-01-13 227/week @ 2025-01-20

590 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–50MB
~892K SLoC