#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

#542 in WebAssembly

Download history 34/week @ 2024-11-15 75/week @ 2024-11-22 298/week @ 2024-11-29 233/week @ 2024-12-06 459/week @ 2024-12-13 36/week @ 2024-12-20 11/week @ 2024-12-27 123/week @ 2025-01-03 186/week @ 2025-01-10 235/week @ 2025-01-17 325/week @ 2025-01-24 242/week @ 2025-01-31 180/week @ 2025-02-07 335/week @ 2025-02-14 284/week @ 2025-02-21 380/week @ 2025-02-28

1,204 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

~36–51MB
~1M SLoC