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

entropy-programs-runtime

Webassembly runtime for running Entropy programs

3 releases (breaking)

new 0.10.0 Apr 26, 2024
0.9.0 Apr 24, 2024
0.0.0 Jan 5, 2024

#690 in WebAssembly

Download history 3/week @ 2024-02-19 10/week @ 2024-02-26 18/week @ 2024-04-01 322/week @ 2024-04-22

340 downloads per month

AGPL-3.0-or-later

15KB
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

~28–43MB
~793K SLoC